Uses of Class
javanet.staxutils.SimpleNamespaceContext
Packages that use SimpleNamespaceContext
Package
Description
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.
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 SimpleNamespaceContextModifier and TypeFieldDescriptionprotected SimpleNamespaceContextStAXContentHandler.namespacesStack used to store declared namespaces.Methods in javanet.staxutils that return SimpleNamespaceContextModifier and TypeMethodDescriptionprotected 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.helpersModifier and TypeClassDescriptionclassEncapsulates access to contextual element information, such as the element name, attributes, and namespaces.