|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentType | |
org.w3c.dom |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |