Package | Description |
---|---|
org.apache.axiom.c14n | |
org.apache.axiom.c14n.helpers | |
org.apache.axiom.c14n.impl |
Modifier and Type | Method and Description |
---|---|
byte[] |
Canonicalizer.canonicalize(byte[] inputBytes)
Method canonicalize
|
byte[] |
Canonicalizer.canonicalizeSubtree(OMElement element)
Canonicalizes the subtree rooted by
element . |
byte[] |
Canonicalizer.canonicalizeSubtree(OMElement element,
String inclusiveNamespaces)
Canonicalizes the subtree rooted by
element . |
byte[] |
CanonicalizerSpi.engineCanonicalize(byte[] inputBytes) |
abstract byte[] |
CanonicalizerSpi.engineCanonicalizeSubTree(Node node) |
abstract byte[] |
CanonicalizerSpi.engineCanonicalizeSubTree(Node node,
String inclusiveNamespaces) |
Modifier and Type | Method and Description |
---|---|
static void |
C14nHelper.assertNotRelativeNS(Attr attr)
This method throws an exception if the Attribute value contains
a relative URI.
|
static void |
C14nHelper.checkForRelativeNamespace(Element ctxNode)
This method throws a CanonicalizationException if the supplied Element
contains any relative namespaces.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
CanonicalizerBase.engineCanonicalizeSubTree(Node rootNode)
Method engineCanonicalizeSubTree
|
byte[] |
Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode)
Method engineCanonicalizeSubTree
|
byte[] |
Canonicalizer20010315.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces)
Always throws a CanonicalizationException because this is inclusive org.apache.axiom.c14n.impl.
|
byte[] |
Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces)
Method engineCanonicalizeSubTree
|
byte[] |
Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
Node excl)
Method engineCanonicalizeSubTree
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.