public class ExclusiveCanonicalizationTransformImpl extends TransformImpl implements ExclusiveCanonicalizationTransform
ExclusiveCanonicalizationTransform
.EXCLUSIVE_CANONICAL_XML, EXCLUSIVE_CANONICAL_XML_WITH_COMMENTS
Constructor and Description |
---|
ExclusiveCanonicalizationTransformImpl(String algorithmURI)
Create a
ExclusiveCanonicalizationTransformImpl object. |
Modifier and Type | Method and Description |
---|---|
List |
getInclusiveNamespacePrefixes()
Sets the namespace prefixes that are handled in the same manner as in
canonical XML.
|
void |
setInclusiveNamespacePrefixes(List inclusiveNamespacePrefixes)
Sets the namespaces to treat according to canonical XML.
|
getAlgorithmURI, setAlgorithmURI
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlgorithmURI
public ExclusiveCanonicalizationTransformImpl(String algorithmURI)
ExclusiveCanonicalizationTransformImpl
object.algorithmURI
- The algorithm URI identifying the transformation
algorithm.public void setInclusiveNamespacePrefixes(List inclusiveNamespacePrefixes)
inclusiveNamespacePrefixes
- The namespaces to treat according to
canonical XML.public List getInclusiveNamespacePrefixes()
ExclusiveCanonicalizationTransform
getInclusiveNamespacePrefixes
in interface ExclusiveCanonicalizationTransform
Copyright © 2016. All rights reserved.