Uses of Class
org.exolab.castor.xml.NamespacesStack
Packages that use NamespacesStack
-
Uses of NamespacesStack in org.exolab.castor.xml.parsing
Methods in org.exolab.castor.xml.parsing that return NamespacesStackModifier and TypeMethodDescriptionNamespaceHandling.getNamespaceStack()
Returns the namespace stack. -
Uses of NamespacesStack in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util with parameters of type NamespacesStackModifier and TypeMethodDescriptionstatic void
AnyNode2SAX.fireEvents
(AnyNode node, DocumentHandler handler, NamespacesStack namespacesStack) static void
AnyNode2SAX2.fireEvents
(AnyNode node, ContentHandler handler, NamespacesStack namespacesStack) Constructors in org.exolab.castor.xml.util with parameters of type NamespacesStackModifierConstructorDescriptionAnyNode2SAX
(AnyNode node, NamespacesStack namespacesStack) Creates a AnyNode2SAX for the given node and the namespace context.AnyNode2SAX2
(AnyNode node, NamespacesStack namespacesStack) Creates a AnyNode2SAX2 for the given node and the namespace context.SAX2ANY
(NamespacesStack namespacesStack, boolean wsPreserve) Constructs a SAX2ANY given a namespace context.