Package org.apache.axiom.om.ds
Contains ready to use
OMDataSource
implementations.-
Class Summary Class Description AbstractOMDataSource Base class forOMDataSourceExt
implementations.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.AbstractPushOMDataSource Base class forOMDataSourceExt
implementations that can easily serialize the content to anXMLStreamWriter
but that are unable to produce the content as anXMLStreamReader
.BlobOMDataSource OMDataSource
implementation backed by aBlob
.BlobOMDataSource.Data StringOMDataSource OMDataSource
implementation backed by aString
.WrappedTextNodeOMDataSource OMDataSource
implementation that represents a text node wrapped inside an element.WrappedTextNodeOMDataSourceFromDataSource WrappedTextNodeOMDataSource
that pulls the text data from aDataSource
object.WrappedTextNodeOMDataSourceFromReader WrappedTextNodeOMDataSource
that pulls text data from aReader
object.