Uses of Interface
org.w3c.dom.DocumentType

Packages that use DocumentType
org.w3c.dom The org.w3c.dom package provides the Java ME DOM API defined by JSR 280. 
 

Uses of DocumentType in org.w3c.dom
 

Methods in org.w3c.dom that return DocumentType
 DocumentType DOMImplementation.createDocumentType(String qualifiedName, String publicId, 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(String namespaceURI, String qualifiedName, DocumentType doctype)
          Creates an XML Document object of the specified type with its document element.
 



Copyright © 2000,2004 World Wide Web Consortium (W3C). See the Copyright Notice for details.