org.dom4j.dom
public class DOMNamespace extends DefaultNamespace implements Node
DOMNamespace implements a Namespace that is compatable with
the DOM API.
Version: $Revision: 1.10 $
| Constructor Summary | |
|---|---|
| DOMNamespace(String prefix, String uri) | |
| DOMNamespace(Element parent, String prefix, String uri) | |
| Method Summary | |
|---|---|
| Node | appendChild(Node newChild) |
| Node | cloneNode(boolean deep) |
| NamedNodeMap | getAttributes() |
| NodeList | getChildNodes() |
| Node | getFirstChild() |
| Node | getLastChild() |
| String | getLocalName() |
| String | getNamespaceURI() |
| Node | getNextSibling() |
| String | getNodeName() |
| String | getNodeValue() |
| Document | getOwnerDocument() |
| Node | getParentNode() |
| Node | getPreviousSibling() |
| 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) |