| Package | Description |
|---|---|
| org.apache.axiom.om.impl.builder | |
| org.apache.axiom.om.impl.common | |
| org.apache.axiom.om.impl.serialize | |
| org.apache.axiom.util.stax |
Contains StAX utility classes not depending on the Axiom API.
|
| org.apache.axiom.util.stax.xop |
Contains classes to encode and decode XOP infosets.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataHandlerReader |
StAXBuilder.dataHandlerReader
Reference to the
DataHandlerReader extension of the parser, or null if
the parser doesn't support this extension. |
| Modifier and Type | Method and Description |
|---|---|
static DataHandlerReader |
DataHandlerReaderUtils.getDataHandlerReader(javax.xml.stream.XMLStreamReader reader)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
DataHandlerReaderUtils.processGetProperty(DataHandlerReader extension,
java.lang.String propertyName)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
SwitchingWrapper
Class used internally by
OMStAXWrapper. |
| Modifier and Type | Field and Description |
|---|---|
private DataHandlerReader |
SwitchingWrapper.dataHandlerReader
The
DataHandlerReader extension of the underlying parser, or null
if the parser doesn't support this extension. |
| Modifier and Type | Field and Description |
|---|---|
private DataHandlerReader |
StreamingOMSerializer.dataHandlerReader |
| Modifier and Type | Method and Description |
|---|---|
static DataHandlerReader |
XMLStreamReaderUtils.getDataHandlerReader(javax.xml.stream.XMLStreamReader reader)
Get the
DataHandlerReader extension for a given XMLStreamReader, if
available. |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
XMLStreamReaderUtils.processGetProperty(DataHandlerReader extension,
java.lang.String propertyName)
Helper method to implement
XMLStreamReader.getProperty(String). |
| Modifier and Type | Class and Description |
|---|---|
class |
XOPDecodingStreamReader
XMLStreamReader wrapper that decodes XOP. |
| Modifier and Type | Field and Description |
|---|---|
private DataHandlerReader |
XOPEncodingStreamReader.dataHandlerReader |