|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
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 |
Uses of Node in org.apache.axiom.c14n |
---|
Methods in org.apache.axiom.c14n with parameters of type Node | |
---|---|
abstract byte[] |
CanonicalizerSpi.engineCanonicalizeSubTree(Node node)
|
abstract byte[] |
CanonicalizerSpi.engineCanonicalizeSubTree(Node node,
String inclusiveNamespaces)
|
Uses of Node in org.apache.axiom.c14n.impl |
---|
Methods in org.apache.axiom.c14n.impl that return Node | |
---|---|
Node |
NameSpaceSymbTable.addMappingAndRender(String prefix,
String uri,
Attr n)
Adds a definition and mark it as render. |
Methods in org.apache.axiom.c14n.impl with parameters of type Node | |
---|---|
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 |
Uses of Node in org.apache.axiom.c14n.omwrapper |
---|
Classes in org.apache.axiom.c14n.omwrapper that implement Node | |
---|---|
class |
AttrImpl
|
class |
CommentImpl
|
class |
DoctypeImpl
|
class |
DocumentImpl
|
class |
ElementImpl
|
class |
NodeImpl
|
class |
ProcessingInstructionImpl
|
class |
TextImpl
|
Fields in org.apache.axiom.c14n.omwrapper declared as Node | |
---|---|
protected Node |
NodeImpl.next
|
protected Node |
NodeImpl.prev
|
Methods in org.apache.axiom.c14n.omwrapper that return Node | |
---|---|
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 |
NodeListImpl.item(int index)
|
Node |
NamedNodeMapImpl.item(int index)
|
Uses of Node in org.apache.axiom.c14n.omwrapper.factory |
---|
Methods in org.apache.axiom.c14n.omwrapper.factory that return Node | |
---|---|
Node |
WrapperFactory.getNode(Object o)
|
Uses of Node in org.apache.axiom.c14n.omwrapper.interfaces |
---|
Subinterfaces of Node in org.apache.axiom.c14n.omwrapper.interfaces | |
---|---|
interface |
Attr
|
interface |
Comment
|
interface |
Doctype
|
interface |
Document
|
interface |
Element
|
interface |
ProcessingInstruction
|
interface |
Text
|
Methods in org.apache.axiom.c14n.omwrapper.interfaces that return Node | |
---|---|
Node |
Node.getFirstChild()
|
Node |
Node.getNextSibling()
|
Node |
Node.getParentNode()
|
Node |
Node.getPreviousSibling()
|
Node |
NamedNodeMap.item(int index)
|
Node |
NodeList.item(int index)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |