Uses of Package
javanet.staxutils
-
Packages that use javanet.staxutils 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.javanet.staxutils.io Utilities for reading and writing XML from various sources. -
Classes in javanet.staxutils used by javanet.staxutils Class Description BaseXMLEventWriter Base class forXMLEventWriterimplementations.BaseXMLOutputFactory BaseXMLOutputFactorythat provides common event functionality.EmptyNamespaceContext ExtendedNamespaceContextthat contains no namespaces.ExtendedLocation ExtendedNamespaceContext Extended namespace context interface that allows the context tree to be navigated and to list all known prefixes.Indentation Characters that represent line breaks and indentation.SimpleNamespaceContext Simple NamespaceContext implementation backed by a HashMap.StaticLocation Marker interface used to denoteLocationimplementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.StaticNamespaceContext Marker interface used to denoteNamespaceContextimplementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.StAXContentHandler Base class for SAX-to-STAX bridge classes that provides common functionality.StAXReaderToContentHandler Common API's for adapting StAX events fromXMLStreamReaderandXMLEventReaderinto SAX events on the specifiedContentHandler. -
Classes in javanet.staxutils used by javanet.staxutils.helpers Class Description BaseXMLEventReader Abstract base class forXMLEventReaderimplementations.ExtendedNamespaceContext Extended namespace context interface that allows the context tree to be navigated and to list all known prefixes.SimpleNamespaceContext Simple NamespaceContext implementation backed by a HashMap.StaticLocation Marker interface used to denoteLocationimplementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.StaticNamespaceContext Marker interface used to denoteNamespaceContextimplementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated. -
Classes in javanet.staxutils used by javanet.staxutils.io Class Description BaseXMLEventWriter Base class forXMLEventWriterimplementations.