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

Packages that use OMDocType
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 OMDocType in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return OMDocType
 OMDocType OMFactory.createOMDocType(OMContainer parent, java.lang.String content)
          Creates DocType/DTD.
 

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

Methods in org.apache.axiom.om.impl.dom.factory that return OMDocType
 OMDocType OMDOMFactory.createOMDocType(OMContainer parent, java.lang.String content)
           
 

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

Classes in org.apache.axiom.om.impl.llom that implement OMDocType
 class OMDocTypeImpl
           
 

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

Methods in org.apache.axiom.om.impl.llom.factory that return OMDocType
 OMDocType OMLinkedListImplFactory.createOMDocType(OMContainer parent, java.lang.String content)
          Creates DocType/DTD.