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 voidCanonicalizerBase. canonicalizeSubTree(org.w3c.dom.Node currentNode, NameSpaceSymbTable ns, org.w3c.dom.Node endnode, int documentLevel)Method canonicalizeSubTree, this function is a recursive one.protected voidCanonicalizerBase. getParentNameSpaces(org.w3c.dom.Element el, NameSpaceSymbTable ns)Adds to ns the definitions from the parent elements of elprotected voidCanonicalizer20010315. handleParent(org.w3c.dom.Element e, NameSpaceSymbTable ns)protected voidCanonicalizerBase. handleParent(org.w3c.dom.Element e, NameSpaceSymbTable ns)protected voidCanonicalizerPhysical. handleParent(org.w3c.dom.Element e, NameSpaceSymbTable ns)protected voidCanonicalizer20010315. 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 voidCanonicalizer20010315Excl. outputAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)protected voidCanonicalizerPhysical. outputAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)protected voidCanonicalizer20010315. 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 voidCanonicalizer20010315Excl. outputAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)protected voidCanonicalizerPhysical. outputAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)Output the Attr[]s for the given element.
-