Uses of Interface
javanet.staxutils.StaticNamespaceContext
Packages that use StaticNamespaceContext
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 StaticNamespaceContext in javanet.staxutils
Classes in javanet.staxutils that implement StaticNamespaceContextModifier and TypeClassDescriptionfinal classExtendedNamespaceContextthat contains no namespaces.classSimple NamespaceContext implementation backed by a HashMap. -
Uses of StaticNamespaceContext in javanet.staxutils.helpers
Classes in javanet.staxutils.helpers that implement StaticNamespaceContextModifier and TypeClassDescriptionclassEncapsulates access to contextual element information, such as the element name, attributes, and namespaces.