| 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.
|
| Class and Description |
|---|
| BaseXMLEventWriter
Base class for
XMLEventWriter implementations. |
| BaseXMLOutputFactory
Base
XMLOutputFactory that provides common event functionality. |
EmptyNamespaceContext
ExtendedNamespaceContext that 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 denote
Location implementations whose state
is not transient or dependent on external objects/events and will remain
stable unless explicitly updated. |
| StaticNamespaceContext
Marker interface used to denote
NamespaceContext implementations
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 from
XMLStreamReader and
XMLEventReader into SAX events on the specified
ContentHandler. |
| Class and Description |
|---|
| BaseXMLEventReader
Abstract base class for
XMLEventReader implementations. |
| 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 denote
Location implementations whose state
is not transient or dependent on external objects/events and will remain
stable unless explicitly updated. |
| StaticNamespaceContext
Marker interface used to denote
NamespaceContext implementations
whose state is not transient or dependent on external objects/events and will
remain stable unless explicitly updated. |
| Class and Description |
|---|
| BaseXMLEventWriter
Base class for
XMLEventWriter implementations. |
Copyright © 2018. All rights reserved.