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