public class ExcC14NTransform extends XSTransformer implements NodeToStreamTransform
transform| Constructor and Description |
|---|
ExcC14NTransform()
Creates a new
ExcC14NTransform instance. |
ExcC14NTransform(java.lang.String inclusiveNSList)
Creates a new
ExcC14NTransform instance. |
ExcC14NTransform(XSAlgorithmIdentifier trans)
Creates a new
ExcC14NTransform instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithmURI()
Returns the URI string identifying the Transform algorithm.
|
XMLContainer |
transform(XMLContainer source)
Applies the Exclusive Canonical XML transformation to the given
XMLContainer and returns the octet stream result a new XMLContainer. |
java.io.InputStream |
transformToStream(NodeReader source)
transform method that does not actually do the transform, but only sets up things.
|
applyTransforms, getInstance, getInstance, getTransformpublic ExcC14NTransform()
ExcC14NTransform instance.public ExcC14NTransform(java.lang.String inclusiveNSList)
ExcC14NTransform instance.inclusiveNSList - A whitespace-separated list of namespaces to be included as per XML-C14N.public ExcC14NTransform(XSAlgorithmIdentifier trans)
ExcC14NTransform instance.trans - A XSAlgorithmIdentifier object.java.lang.IllegalArgumentException - If the XSAlgorithmIdentifier is not a valid Exclusive XML-C14N Transform.public java.lang.String getAlgorithmURI()
XSTransformergetAlgorithmURI in class XSTransformerpublic XMLContainer transform(XMLContainer source) throws TransformationException
XMLContainer and returns the octet stream result a new XMLContainer.transform in class XSTransformersource - A XMLContainer on which the transform will operate.XMLContainer containing the transform octet stream result.TransformationException - if an error occurs during the transformation process.public java.io.InputStream transformToStream(NodeReader source) throws TransformationException
NodeToStreamTransformtransformToStream in interface NodeToStreamTransformTransformationException