|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||