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

Packages that use OMDocType
org.apache.axiom.om Contains core interfaces of the Axiom API. 
org.apache.axiom.om.impl.builder   
 

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 rootName, java.lang.String publicId, java.lang.String systemId, java.lang.String internalSubset)
          Creates DTD (DOCTYPE declaration) node.
 

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

Methods in org.apache.axiom.om.impl.builder that return OMDocType
 OMDocType OMFactoryEx.createOMDocType(OMContainer parent, java.lang.String rootName, java.lang.String publicId, java.lang.String systemId, java.lang.String internalSubset, boolean fromBuilder)
           
 



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