protected void |
CanonicalizerBase.canonicalizeSubTree(org.w3c.dom.Node currentNode,
NameSpaceSymbTable ns,
org.w3c.dom.Node endnode,
int documentLevel) |
Method canonicalizeSubTree, this function is a recursive one.
|
protected void |
CanonicalizerBase.getParentNameSpaces(org.w3c.dom.Element el,
NameSpaceSymbTable ns) |
Adds to ns the definitions from the parent elements of el
|
protected void |
Canonicalizer20010315.handleParent(org.w3c.dom.Element e,
NameSpaceSymbTable ns) |
|
protected void |
CanonicalizerBase.handleParent(org.w3c.dom.Element e,
NameSpaceSymbTable ns) |
|
protected void |
CanonicalizerPhysical.handleParent(org.w3c.dom.Element e,
NameSpaceSymbTable ns) |
|
protected void |
Canonicalizer20010315.outputAttributes(org.w3c.dom.Element element,
NameSpaceSymbTable ns,
java.util.Map<java.lang.String,byte[]> cache) |
Output the Attr[]s for the given element.
|
protected void |
Canonicalizer20010315Excl.outputAttributes(org.w3c.dom.Element element,
NameSpaceSymbTable ns,
java.util.Map<java.lang.String,byte[]> cache) |
|
(package private) abstract void |
CanonicalizerBase.outputAttributes(org.w3c.dom.Element element,
NameSpaceSymbTable ns,
java.util.Map<java.lang.String,byte[]> cache) |
Output the attributes for this node in XPathNodeSet c14n.
|
protected void |
CanonicalizerPhysical.outputAttributes(org.w3c.dom.Element element,
NameSpaceSymbTable ns,
java.util.Map<java.lang.String,byte[]> cache) |
|
protected void |
Canonicalizer20010315.outputAttributesSubtree(org.w3c.dom.Element element,
NameSpaceSymbTable ns,
java.util.Map<java.lang.String,byte[]> cache) |
Output the Attr[]s for the given element.
|
protected void |
Canonicalizer20010315Excl.outputAttributesSubtree(org.w3c.dom.Element element,
NameSpaceSymbTable ns,
java.util.Map<java.lang.String,byte[]> cache) |
|
(package private) abstract void |
CanonicalizerBase.outputAttributesSubtree(org.w3c.dom.Element element,
NameSpaceSymbTable ns,
java.util.Map<java.lang.String,byte[]> cache) |
Output the attributes for this node in a Subtree c14n.
|
protected void |
CanonicalizerPhysical.outputAttributesSubtree(org.w3c.dom.Element element,
NameSpaceSymbTable ns,
java.util.Map<java.lang.String,byte[]> cache) |
Output the Attr[]s for the given element.
|