| java.lang.Object org.itsnat.impl.core.AbstractViewImpl
Method Summary | |
public void | addEventListener(String type, EventListener listener, boolean useCapture) | public Node | appendChild(Node newChild) | public Node | cloneNode(boolean deep) | public short | compareDocumentPosition(Node other) | public boolean | dispatchEvent(Event evt) | public NamedNodeMap | getAttributes() | public String | getBaseURI() | public NodeList | getChildNodes() | public DocumentView | getDocument() | public Object | getFeature(String feature, String version) | public Node | getFirstChild() | public Node | getLastChild() | public String | getLocalName() | public String | getNamespaceURI() | public Node | getNextSibling() | public String | getNodeName() | public short | getNodeType() | public String | getNodeValue() | public Document | getOwnerDocument() | public Node | getParentNode() | public String | getPrefix() | public Node | getPreviousSibling() | public String | getTextContent() | public Object | getUserData(String key) | public boolean | hasAttributes() | public boolean | hasChildNodes() | public Node | insertBefore(Node newChild, Node refChild) | public boolean | isDefaultNamespace(String namespaceURI) | public boolean | isEqualNode(Node arg) | public boolean | isSameNode(Node other) | public boolean | isSupported(String feature, String version) | public String | lookupNamespaceURI(String prefix) | public String | lookupPrefix(String namespaceURI) | public void | normalize() | public Node | removeChild(Node oldChild) | public void | removeEventListener(String type, EventListener listener, boolean useCapture) | public Node | replaceChild(Node newChild, Node oldChild) | public void | setNodeValue(String nodeValue) | public void | setPrefix(String prefix) | public void | setTextContent(String textContent) | public Object | setUserData(String key, Object data, UserDataHandler handler) |
ABSTRACT_VIEW | final public static int ABSTRACT_VIEW(Code) | | |
cloneNode | public Node cloneNode(boolean deep)(Code) | | |
getNodeType | public short getNodeType()(Code) | | |
getPreviousSibling | public Node getPreviousSibling()(Code) | | |
hasAttributes | public boolean hasAttributes()(Code) | | |
hasChildNodes | public boolean hasChildNodes()(Code) | | |
isDefaultNamespace | public boolean isDefaultNamespace(String namespaceURI)(Code) | | |
isEqualNode | public boolean isEqualNode(Node arg)(Code) | | |
isSameNode | public boolean isSameNode(Node other)(Code) | | |
normalize | public void normalize()(Code) | | |
|
|