Uses of Class
org.apache.axiom.om.ds.AbstractOMDataSource
-
Packages that use AbstractOMDataSource Package Description org.apache.axiom.om.ds Contains ready to useOMDataSource
implementations.org.apache.axiom.om.ds.jaxb -
-
Uses of AbstractOMDataSource in org.apache.axiom.om.ds
Subclasses of AbstractOMDataSource in org.apache.axiom.om.ds Modifier and Type Class Description class
AbstractPullOMDataSource
Base class forOMDataSourceExt
implementations that can easily produce the content as anXMLStreamReader
and that don't implement any kind of optimization for serializing the content.class
AbstractPushOMDataSource
Base class forOMDataSourceExt
implementations that can easily serialize the content to anXMLStreamWriter
but that are unable to produce the content as anXMLStreamReader
.class
BlobOMDataSource
OMDataSource
implementation backed by aBlob
.class
StringOMDataSource
OMDataSource
implementation backed by aString
.class
WrappedTextNodeOMDataSource
OMDataSource
implementation that represents a text node wrapped inside an element.class
WrappedTextNodeOMDataSourceFromDataSource
WrappedTextNodeOMDataSource
that pulls the text data from aDataSource
object.class
WrappedTextNodeOMDataSourceFromReader
WrappedTextNodeOMDataSource
that pulls text data from aReader
object. -
Uses of AbstractOMDataSource in org.apache.axiom.om.ds.jaxb
Subclasses of AbstractOMDataSource in org.apache.axiom.om.ds.jaxb Modifier and Type Class Description class
JAXBOMDataSource
OMDataSource
backed by a JAXB object.
-