Uses of Class
org.apache.axiom.om.ds.AbstractOMDataSource

Packages that use AbstractOMDataSource
org.apache.axiom.om.ds Contains ready to use OMDataSource implementations. 
 

Uses of AbstractOMDataSource in org.apache.axiom.om.ds
 

Subclasses of AbstractOMDataSource in org.apache.axiom.om.ds
 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.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.