org.apache.batik.dom
public class GenericDocumentType extends AbstractChildNode implements DocumentType
| Field Summary | |
|---|---|
| protected String | publicId |
| protected String | qualifiedName |
| protected String | systemId |
| Constructor Summary | |
|---|---|
| GenericDocumentType(String qualifiedName, String publicId, String systemId) | |
| Method Summary | |
|---|---|
| NamedNodeMap | getEntities()
DOM: Implements org.w3c.dom.DocumentType#getEntities(). |
| String | getInternalSubset()
DOM: Implements org.w3c.dom.DocumentType#getInternalSubset(). |
| String | getName()
DOM: Implements org.w3c.dom.DocumentType#getName(). |
| String | getNodeName()
DOM: Implements org.w3c.dom.Node#getNodeName(). |
| short | getNodeType() |
| NamedNodeMap | getNotations()
DOM: Implements org.w3c.dom.DocumentType#getNotations(). |
| String | getPublicId()
DOM: Implements org.w3c.dom.DocumentType#getPublicId(). |
| String | getSystemId()
DOM: Implements org.w3c.dom.DocumentType#getSystemId(). |
| boolean | isReadonly() |
| protected Node | newNode() |
| void | setReadonly(boolean ro) |
Returns: null.
Returns: The public id.
Returns: The name of the DTD.
Returns: The name of the DTD.
Returns: null.
Returns: The public id.
Returns: The public id.