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

Packages that use OMDocument
org.apache.axiom.om   
org.apache.axiom.om.impl.builder   
org.apache.axiom.om.impl.dom   
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.impl.llom.factory   
org.apache.axiom.soap   
org.apache.axiom.soap.impl.builder   
org.apache.axiom.soap.impl.dom   
 

Uses of OMDocument in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return OMDocument
 OMDocument OMFactory.createOMDocument()
          Creates a new OMDocument.
 OMDocument OMFactory.createOMDocument(OMXMLParserWrapper builder)
           
 

Uses of OMDocument in org.apache.axiom.om.impl.builder
 

Fields in org.apache.axiom.om.impl.builder declared as OMDocument
protected  OMDocument StAXBuilder.document
           
 

Methods in org.apache.axiom.om.impl.builder that return OMDocument
 OMDocument StAXBuilder.getDocument()
           
 

Uses of OMDocument in org.apache.axiom.om.impl.dom
 

Classes in org.apache.axiom.om.impl.dom that implement OMDocument
 class DocumentImpl
           
 

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

Methods in org.apache.axiom.om.impl.dom.factory that return OMDocument
 OMDocument OMDOMFactory.createOMDocument()
           
 OMDocument OMDOMFactory.createOMDocument(OMXMLParserWrapper builder)
           
 

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

Classes in org.apache.axiom.om.impl.llom that implement OMDocument
 class OMDocumentImpl
          Class OMDocumentImpl
 

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

Methods in org.apache.axiom.om.impl.llom.factory that return OMDocument
 OMDocument OMLinkedListImplFactory.createOMDocument()
           
 OMDocument OMLinkedListImplFactory.createOMDocument(OMXMLParserWrapper builder)
           
 

Uses of OMDocument in org.apache.axiom.soap
 

Subinterfaces of OMDocument in org.apache.axiom.soap
 interface SOAPMessage
           
 

Uses of OMDocument in org.apache.axiom.soap.impl.builder
 

Methods in org.apache.axiom.soap.impl.builder that return OMDocument
 OMDocument StAXSOAPModelBuilder.getDocument()
           
 

Uses of OMDocument in org.apache.axiom.soap.impl.dom
 

Classes in org.apache.axiom.soap.impl.dom that implement OMDocument
 class SOAPMessageImpl