org.dom4j.dom
public class DOMDocumentType extends DefaultDocumentType implements DocumentType
DOMDocumentType
implements a DocumentType node which supports
the W3C DOM API.
Version: $Revision: 1.11 $
Constructor Summary | |
---|---|
DOMDocumentType() | |
DOMDocumentType(String elementName, String systemID) | |
DOMDocumentType(String name, String publicID, String systemID) |
Method Summary | |
---|---|
Node | appendChild(Node newChild) |
Node | cloneNode(boolean deep) |
NamedNodeMap | getAttributes() |
NodeList | getChildNodes() |
NamedNodeMap | getEntities() |
Node | getFirstChild() |
String | getInternalSubset() |
Node | getLastChild() |
String | getLocalName() |
String | getNamespaceURI() |
Node | getNextSibling() |
String | getNodeName() |
String | getNodeValue() |
NamedNodeMap | getNotations() |
Document | getOwnerDocument() |
Node | getParentNode() |
String | getPrefix() |
Node | getPreviousSibling() |
String | getPublicId() |
String | getSystemId() |
boolean | hasAttributes() |
boolean | hasChildNodes() |
Node | insertBefore(Node newChild, Node refChild) |
boolean | isSupported(String feature, String version) |
void | normalize() |
Node | removeChild(Node oldChild) |
Node | replaceChild(Node newChild, Node oldChild) |
void | setNodeValue(String nodeValue) |
void | setPrefix(String prefix) |
boolean | supports(String feature, String version) |