Package | Description |
---|---|
org.apache.axiom.om.ds |
Contains ready to use
OMDataSource implementations. |
org.apache.axiom.om.ds.jaxb | |
org.apache.axiom.ts.om.sourcedelement |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPullOMDataSource
Base class for
OMDataSourceExt implementations that can easily produce the content as an
XMLStreamReader and that don't implement any kind of optimization for serializing the
content. |
class |
AbstractPushOMDataSource
Base class for
OMDataSourceExt implementations that can easily serialize the content to
an XMLStreamWriter but that are unable to produce the content as an
XMLStreamReader . |
class |
WrappedTextNodeOMDataSource
OMDataSource implementation that represents a text node wrapped inside an element. |
class |
WrappedTextNodeOMDataSourceFromDataSource
WrappedTextNodeOMDataSource that pulls the text data from a DataSource object. |
class |
WrappedTextNodeOMDataSourceFromReader
WrappedTextNodeOMDataSource that pulls text data from a Reader object. |
Modifier and Type | Class and Description |
---|---|
class |
JAXBOMDataSource
OMDataSource backed by a JAXB object. |
Modifier and Type | Class and Description |
---|---|
class |
PushOMDataSource |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.