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

Packages that use OMDocType
org.apache.axis2.om   
org.apache.axis2.om.impl.llom   
org.apache.axis2.om.impl.llom.factory   
 

Uses of OMDocType in org.apache.axis2.om
 

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

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

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

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

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