Uses of Interface
org.apache.axiom.om.OMDataSource

Packages that use OMDataSource
org.apache.axiom.om   
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.impl.llom.factory   
 

Uses of OMDataSource in org.apache.axiom.om
 

Methods in org.apache.axiom.om with parameters of type OMDataSource
 OMElement OMFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns)
          Construct element with arbitrary data source.
 

Uses of OMDataSource in org.apache.axiom.om.impl.dom.factory
 

Methods in org.apache.axiom.om.impl.dom.factory with parameters of type OMDataSource
 OMElement OMDOMFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMDOMFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns)
           
 

Uses of OMDataSource in org.apache.axiom.om.impl.llom
 

Constructors in org.apache.axiom.om.impl.llom with parameters of type OMDataSource
OMSourcedElementImpl(java.lang.String localName, OMNamespace ns, OMFactory factory, OMDataSource source)
          Constructor.
 

Uses of OMDataSource in org.apache.axiom.om.impl.llom.factory
 

Methods in org.apache.axiom.om.impl.llom.factory with parameters of type OMDataSource
 OMElement OMLinkedListImplFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns)
          Construct element with arbitrary data source.