Uses of Class
org.apache.xml.security.c14n.implementations.NameSpaceSymbTable
Packages that use NameSpaceSymbTable
-
Uses of NameSpaceSymbTable in org.apache.xml.security.c14n.implementations
Methods in org.apache.xml.security.c14n.implementations with parameters of type NameSpaceSymbTableModifier and TypeMethodDescriptionprotected final void
CanonicalizerBase.canonicalizeSubTree
(Node currentNode, NameSpaceSymbTable ns, Node endnode, int documentLevel) Method canonicalizeSubTree, this function is a recursive one.protected final void
CanonicalizerBase.getParentNameSpaces
(Element el, NameSpaceSymbTable ns) Adds to ns the definitions from the parent elements of elprotected void
Canonicalizer20010315.handleParent
(Element e, NameSpaceSymbTable ns) protected void
CanonicalizerBase.handleParent
(Element e, NameSpaceSymbTable ns) protected void
CanonicalizerPhysical.handleParent
(Element e, NameSpaceSymbTable ns) protected void
Canonicalizer20010315.outputAttributes
(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) Output the Attr[]s for the given element.protected void
Canonicalizer20010315Excl.outputAttributes
(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) (package private) abstract void
CanonicalizerBase.outputAttributes
(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) Output the attributes for this node in XPathNodeSet c14n.protected void
CanonicalizerPhysical.outputAttributes
(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) protected void
Canonicalizer20010315.outputAttributesSubtree
(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) Output the Attr[]s for the given element.protected void
Canonicalizer20010315Excl.outputAttributesSubtree
(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) (package private) abstract void
CanonicalizerBase.outputAttributesSubtree
(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) Output the attributes for this node in a Subtree c14n.protected void
CanonicalizerPhysical.outputAttributesSubtree
(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) Output the Attr[]s for the given element.