org.apache.xml.security.c14n.implementations
public abstract class Canonicalizer20010315 extends CanonicalizerBase
nullNode
reset
Constructor and Description |
---|
Canonicalizer20010315(boolean includeComments)
Constructor Canonicalizer20010315
|
Modifier and Type | Method and Description |
---|---|
byte[] |
engineCanonicalizeSubTree(org.w3c.dom.Node rootNode,
java.lang.String inclusiveNamespaces)
Always throws a CanonicalizationException because this is inclusive c14n.
|
byte[] |
engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
Always throws a CanonicalizationException because this is inclusive c14n.
|
engineCanonicalize, engineCanonicalizeSubTree, engineCanonicalizeXPathNodeSet, setWriter
engineCanonicalize, engineCanonicalizeXPathNodeSet, engineCanonicalizeXPathNodeSet, engineGetIncludeComments, engineGetURI
public Canonicalizer20010315(boolean includeComments)
includeComments
- public byte[] engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet, java.lang.String inclusiveNamespaces) throws CanonicalizationException
engineCanonicalizeXPathNodeSet
in class CanonicalizerSpi
xpathNodeSet
- inclusiveNamespaces
- CanonicalizationException
- alwayspublic byte[] engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces) throws CanonicalizationException
engineCanonicalizeSubTree
in class CanonicalizerSpi
rootNode
- inclusiveNamespaces
- CanonicalizationException
Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.