| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected SimpleNamespaceContext |
StAXContentHandler.namespaces
Stack used to store declared namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
protected SimpleNamespaceContext |
BaseXMLEventWriter.peekNamespaceStack()
Returns the active
SimpleNamespaceContext from the top of the
stack. |
protected SimpleNamespaceContext |
BaseXMLEventWriter.popNamespaceStack()
Removes the active
SimpleNamespaceContext from the top of the
stack. |
protected SimpleNamespaceContext |
BaseXMLEventWriter.pushNamespaceStack()
Creates a new
SimpleNamespaceContext and adds it to the top of the
stack. |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementContext
Encapsulates access to contextual element information, such as the element
name, attributes, and namespaces.
|
Copyright © 2019. All rights reserved.