Uses of Interface
org.w3c.dom.DocumentType

Packages that use DocumentType
org.apache.xml.dtm.ref   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.w3c.dom   
 

Uses of DocumentType in org.apache.xml.dtm.ref
 

Methods in org.apache.xml.dtm.ref that return DocumentType
 DocumentType DTMNodeProxy.getDoctype()
           
 

Uses of DocumentType in org.apache.xml.utils
 

Methods in org.apache.xml.utils that return DocumentType
 DocumentType UnImplNode.getDoctype()
          Unimplemented.
 

Uses of DocumentType in org.w3c.dom
 

Methods in org.w3c.dom that return DocumentType
 DocumentType DOMImplementation.createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId)
          Creates an empty DocumentType node.
 DocumentType Document.getDoctype()
          The Document Type Declaration (see DocumentType) associated with this document.
 

Methods in org.w3c.dom with parameters of type DocumentType
 Document DOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          Creates a DOM Document object of the specified type with its document element.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.