public class ExcC14NWithCommentsTransform extends ExcC14NTransform
transform| Constructor and Description | 
|---|
ExcC14NWithCommentsTransform()
Creates a new  
ExcC14NWithCommentsTransform instance. | 
ExcC14NWithCommentsTransform(java.lang.String inclusiveNSList)
Creates a new  
ExcC14NWithCommentsTransform instance. | 
ExcC14NWithCommentsTransform(XSAlgorithmIdentifier trans)
Creates a new  
ExcC14NWithCommentsTransform instance. | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAlgorithmURI()
Returns the URI string identifying the Transform algorithm. 
 | 
transform, transformToStreamapplyTransforms, getInstance, getInstance, getTransformpublic ExcC14NWithCommentsTransform()
ExcC14NWithCommentsTransform instance.public ExcC14NWithCommentsTransform(java.lang.String inclusiveNSList)
ExcC14NWithCommentsTransform instance.inclusiveNSList - A list of namespaces to be included as per XML-C14N.public ExcC14NWithCommentsTransform(XSAlgorithmIdentifier trans)
ExcC14NWithCommentsTransform instance.trans - A XSAlgorithmIdentifier object.java.lang.IllegalArgumentException - If the XSAlgorithmIdentifier is not a valid Exclusive XML-C14N With Comments Transform.public java.lang.String getAlgorithmURI()
XSTransformergetAlgorithmURI in class ExcC14NTransform