| | |
| public | Node | appendChild(Node newChild) Throws: IllegalArgumentException |
|
| public | Node | cloneNode(boolean deep) |
|
| public | short | compareDocumentPosition(Node other) Throws: DOMException |
|
| public | String | getAttribute(String name) |
|
| public | String | getAttributeNS(String namespaceURI, String localName) |
|
| public | Attr | getAttributeNode(String name) |
|
| public | Attr | getAttributeNodeNS(String namespaceURI, String localName) |
|
| public | NamedNodeMap | getAttributes() |
|
| public | String | getBaseURI() |
|
| public | NodeList | getChildNodes() |
|
| public | NodeList | getElementsByTagName(String name) |
|
| public | NodeList | getElementsByTagNameNS(String namespaceURI, String localName) |
|
| public | Object | getFeature(String feature, String version) |
|
| public | Node | getFirstChild() |
|
| public | Node | getLastChild() |
|
| public | int | getLength() |
|
| public | String | getLocalName() |
|
| public | String | getNamespaceURI() Throws: DOMException |
|
| public | Node | getNextSibling() |
|
| public | String | getNodeName() |
|
| public | short | getNodeType() |
|
| public | String | getNodeValue() Throws: DOMException |
|
| public | Document | getOwnerDocument() |
|
| public | Node | getParentNode() |
|
| public | String | getPrefix() |
|
| public | Node | getPreviousSibling() |
|
| public | TypeInfo | getSchemaTypeInfo() |
|
| public | String | getTagName() |
|
| public | String | getTextContent() Throws: DOMException |
|
| public | Object | getUserData(String key) |
|
| public | Object | getUserObject() |
|
| public | boolean | hasAttribute(String name) |
|
| public | boolean | hasAttributeNS(String namespaceURI, String localName) |
|
| public | boolean | hasAttributes() |
|
| public | boolean | hasChildNodes() |
|
| public | Node | insertBefore(Node newChild, Node refChild) Throws: IllegalArgumentException |
|
| public | boolean | isDefaultNamespace(String namespaceURI) |
|
| public | boolean | isEqualNode(Node node) |
|
| public | boolean | isSameNode(Node node) |
|
| public | boolean | isSupported(String feature, String version) |
|
| public | Node | item(int index) |
|
| public | String | lookupNamespaceURI(String prefix) |
|
| public | String | lookupPrefix(String namespaceURI) |
|
| public | void | normalize() |
|
| public | void | removeAttribute(String name) |
|
| public | void | removeAttributeNS(String namespaceURI, String localName) |
|
| public | Attr | removeAttributeNode(Attr oldAttr) |
|
| public | Node | removeChild(Node oldChild) Throws: IllegalArgumentException |
|
| public | Node | replaceChild(Node newChild, Node oldChild) Throws: IllegalArgumentException |
|
| public | void | setAttribute(String name, String value) |
|
| public | void | setAttributeNS(String namespaceURI, String qualifiedName, String value) |
|
| public | Attr | setAttributeNode(Attr newAttr) Throws: DOMException |
|
| public | Attr | setAttributeNodeNS(Attr newAttr) |
|
| public | void | setIdAttribute(String name, boolean isId) Throws: DOMException |
|
| public | void | setIdAttributeNS(String namespaceURI, String localName, boolean isId) Throws: DOMException |
|
| public | void | setIdAttributeNode(Attr idAttr, boolean isId) Throws: DOMException |
|
| public | void | setNodeValue(String nodeValue) Throws: DOMException |
|
| public | void | setPrefix(String prefix) |
|
| public | void | setTextContent(String textContent) Throws: DOMException |
|
| public | Object | setUserData(String key, Object data, UserDataHandler handler) |
|
| public | void | setUserObject(Object userObject) |
|