Package | Description |
---|---|
org.apache.axiom.om.impl.builder | |
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 Object |
DataHandlerReaderUtils.processGetProperty(DataHandlerReader extension,
String propertyName)
Deprecated.
|
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 Object |
XMLStreamReaderUtils.processGetProperty(DataHandlerReader extension,
String propertyName)
Helper method to implement
XMLStreamReader.getProperty(String) . |
Modifier and Type | Class and Description |
---|---|
class |
XOPDecodingStreamReader
XMLStreamReader wrapper that decodes XOP. |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.