public abstract class Canonicalizer20010315Excl extends CanonicalizerBase
nullNodereset| Constructor and Description |
|---|
Canonicalizer20010315Excl(boolean includeComments)
Constructor Canonicalizer20010315Excl
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
engineCanonicalizeSubTree(Node rootNode)
Method engineCanonicalizeSubTree
|
byte[] |
engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces)
Method engineCanonicalizeSubTree
|
byte[] |
engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
Node excl)
Method engineCanonicalizeSubTree
|
static SortedSet |
prefixStr2Set(String inclusiveNamespaces)
Decodes the
inclusiveNamespaces String and returns all
selected namespace prefixes as a Set. |
setWriterengineCanonicalize, engineGetIncludeComments, engineGetURIpublic Canonicalizer20010315Excl(boolean includeComments)
includeComments - public byte[] engineCanonicalizeSubTree(Node rootNode) throws CanonicalizationException
engineCanonicalizeSubTree in class CanonicalizerBaserootNode - CanonicalizationExceptionpublic byte[] engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces) throws CanonicalizationException
engineCanonicalizeSubTree in class CanonicalizerSpirootNode - inclusiveNamespaces - CanonicalizationExceptionpublic byte[] engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces, Node excl) throws CanonicalizationException
rootNode - inclusiveNamespaces - excl - A element to exclude from the org.apache.axiom.c14n.impl process.CanonicalizationExceptionpublic static SortedSet prefixStr2Set(String inclusiveNamespaces)
inclusiveNamespaces String and returns all
selected namespace prefixes as a Set. The #default
namespace token is represented as an empty namespace prefix
("xmlns").
inclusiveNamespaces=" xenc ds #default"
is returned as a Set containing the following Strings:
xmlnsxencdsinclusiveNamespaces - Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.