Uses of Class
javanet.staxutils.SimpleNamespaceContext
-
Packages that use SimpleNamespaceContext Package Description javanet.staxutils Provides a set of utility classes that make it easy for developers to work with JSR-173: Streaming API for XML (StAX) and integrate it into their existing XML processing applications.javanet.staxutils.helpers Provides helpful implementations of StAX interfaces, along with utility classes for performing various useful operations. -
-
Uses of SimpleNamespaceContext in javanet.staxutils
Fields in javanet.staxutils declared as SimpleNamespaceContext Modifier and Type Field Description protected SimpleNamespaceContextStAXContentHandler. namespacesStack used to store declared namespaces.Methods in javanet.staxutils that return SimpleNamespaceContext Modifier and Type Method Description protected SimpleNamespaceContextBaseXMLEventWriter. peekNamespaceStack()Returns the activeSimpleNamespaceContextfrom the top of the stack.protected SimpleNamespaceContextBaseXMLEventWriter. popNamespaceStack()Removes the activeSimpleNamespaceContextfrom the top of the stack.protected SimpleNamespaceContextBaseXMLEventWriter. pushNamespaceStack()Creates a newSimpleNamespaceContextand adds it to the top of the stack. -
Uses of SimpleNamespaceContext in javanet.staxutils.helpers
Subclasses of SimpleNamespaceContext in javanet.staxutils.helpers Modifier and Type Class Description classElementContextEncapsulates access to contextual element information, such as the element name, attributes, and namespaces.
-