| None |
|---|
| Name | Returns |
|---|---|
| getEntities() | org.w3c.dom.NamedNodeMap |
| getInternalSubset() | String |
| getName() | String |
| getNotations() | org.w3c.dom.NamedNodeMap |
| getPublicId() | String |
| getSystemId() | String |
| Method | Returns |
|---|---|
| org.w3c.dom.Document.getDoctype() | org.w3c.dom.DocumentType |
| org.w3c.dom.DOMImplementation.createDocumentType(String , String , String ) | org.w3c.dom.DocumentType |
| Method | Returns |
|---|---|
| org.w3c.dom.DOMImplementation.createDocument(String , String , org.w3c.dom.DocumentType ) | org.w3c.dom.Document |