Uses of Interface
org.w3c.dom.DocumentType

Packages that use DocumentType
com.sun.xml.tree This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. 
org.w3c.dom The Document Object Model (DOM™) is a Recommendation of the World Wide Web Consortium, defining programming interfaces for XML (and, optionally, HTML) documents. 
 

Uses of DocumentType in com.sun.xml.tree
 

Methods in com.sun.xml.tree that return DocumentType
 DocumentType XmlDocument.getDoctype()
          DOM: returns the document type (DTD)
 DocumentType XmlDocument.setDoctype(java.lang.String dtdPublicId, java.lang.String dtdSystemId, java.lang.String internalSubset)
          Establishes how the document prints its document type.
 

Uses of DocumentType in org.w3c.dom
 

Methods in org.w3c.dom that return DocumentType
 DocumentType Document.getDoctype()
          Returns the value of the doctype property.
 



Submit Feedback to xml-feedback@java.sun.com