Uses of Class
org.apache.xml.security.c14n.implementations.NameSpaceSymbTable
-
Packages that use NameSpaceSymbTable Package Description org.apache.xml.security.c14n.implementations -
-
Uses of NameSpaceSymbTable in org.apache.xml.security.c14n.implementations
Methods in org.apache.xml.security.c14n.implementations with parameters of type NameSpaceSymbTable Modifier and Type Method Description 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 elprotected 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)
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)
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.
-