Package org.apache.axiom.om.ds
package org.apache.axiom.om.ds
Contains ready to use
OMDataSource
implementations.-
ClassesClassDescriptionBase class for
OMDataSourceExt
implementations.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.Base class forOMDataSourceExt
implementations that can easily serialize the content to anXMLStreamWriter
but that are unable to produce the content as anXMLStreamReader
.OMDataSource
implementation backed by aBlob
.OMDataSource
implementation backed by aString
.OMDataSource
implementation that represents a text node wrapped inside an element.WrappedTextNodeOMDataSource
that pulls the text data from aBlob
object.WrappedTextNodeOMDataSource
that pulls text data from aReader
object.