org.apache.xerces.impl.xs.opti
public class DefaultNode extends Object implements Node
Version: $Id: DefaultNode.java,v 1.9 2005/05/02 22:00:52 mrglavas Exp $
| Constructor Summary | |
|---|---|
| DefaultNode() | |
| Method Summary | |
|---|---|
| Node | appendChild(Node newChild) |
| Node | cloneNode(boolean deep) |
| short | compareDocumentPosition(Node other) |
| NamedNodeMap | getAttributes() |
| String | getBaseURI() DOM Level 3 |
| NodeList | getChildNodes() |
| Object | getFeature(String feature, String version) |
| Node | getFirstChild() |
| Node | getLastChild() |
| String | getLocalName() |
| String | getNamespaceURI() |
| Node | getNextSibling() |
| String | getNodeName() |
| short | getNodeType() |
| String | getNodeValue() |
| Document | getOwnerDocument() |
| Node | getParentNode() |
| String | getPrefix() |
| Node | getPreviousSibling() |
| String | getTextContent() |
| Object | getUserData(String key) |
| boolean | hasAttributes() |
| boolean | hasChildNodes() |
| Node | insertBefore(Node newChild, Node refChild) |
| boolean | isDefaultNamespace(String namespaceURI) |
| boolean | isEqualNode(Node arg) |
| boolean | isSameNode(Node other) |
| boolean | isSupported(String feature, String version) |
| String | lookupNamespaceURI(String prefix) |
| String | lookupPrefix(String namespaceURI) |
| void | normalize() |
| Node | removeChild(Node oldChild) |
| Node | replaceChild(Node newChild, Node oldChild) |
| void | setNodeValue(String nodeValue) |
| void | setPrefix(String prefix) |
| void | setTextContent(String textContent) |
| Object | setUserData(String key, Object data, UserDataHandler handler) |