Package | Description |
---|---|
org.apache.axiom.c14n | |
org.apache.axiom.c14n.impl | |
org.apache.axiom.c14n.omwrapper | |
org.apache.axiom.c14n.omwrapper.factory | |
org.apache.axiom.c14n.omwrapper.interfaces |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
CanonicalizerSpi.engineCanonicalizeSubTree(Node node) |
abstract byte[] |
CanonicalizerSpi.engineCanonicalizeSubTree(Node node,
String inclusiveNamespaces) |
Modifier and Type | Method and Description |
---|---|
Node |
NameSpaceSymbTable.addMappingAndRender(String prefix,
String uri,
Attr n)
Adds a definition and mark it as render.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
AttrImpl |
class |
CommentImpl |
class |
DoctypeImpl |
class |
DocumentImpl |
class |
ElementImpl |
class |
NodeImpl |
class |
ProcessingInstructionImpl |
class |
TextImpl |
Modifier and Type | Field and Description |
---|---|
protected Node |
NodeImpl.next |
protected Node |
NodeImpl.prev |
Modifier and Type | Method and Description |
---|---|
Node |
NodeImpl.getFirstChild() |
Node |
ElementImpl.getFirstChild() |
Node |
DocumentImpl.getFirstChild() |
Node |
AttrImpl.getNextSibling() |
Node |
NodeImpl.getNextSibling() |
Node |
DocumentImpl.getNextSibling() |
Node |
AttrImpl.getParentNode() |
Node |
NodeImpl.getParentNode() |
Node |
DocumentImpl.getParentNode() |
Node |
AttrImpl.getPreviousSibling() |
Node |
NodeImpl.getPreviousSibling() |
Node |
DocumentImpl.getPreviousSibling() |
Node |
NamedNodeMapImpl.item(int index) |
Node |
NodeListImpl.item(int index) |
Modifier and Type | Method and Description |
---|---|
Node |
WrapperFactory.getNode(Object o) |
Modifier and Type | Interface and Description |
---|---|
interface |
Attr |
interface |
Comment |
interface |
Doctype |
interface |
Document |
interface |
Element |
interface |
ProcessingInstruction |
interface |
Text |
Modifier and Type | Method and Description |
---|---|
Node |
Node.getFirstChild() |
Node |
Node.getNextSibling() |
Node |
Node.getParentNode() |
Node |
Node.getPreviousSibling() |
Node |
NodeList.item(int index) |
Node |
NamedNodeMap.item(int index) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.