H
- @JsType(isNative=true, name="Node", namespace="<global>") public class Node<H> extends EventTarget<H>
EventTarget.Options
ACTIVE_BUBBLE, ACTIVE_CAPTURE, PASSIVE_BUBBLE, PASSIVE_CAPTURE, PASSIVE_SUPPORTED
Constructor and Description |
---|
Node() |
addEventListener, addEventListener, addEventListener, dispatchEvent, dispatchEvent, getEventListeners, removeEventListener, removeEventListener, removeEventListener, removeNativeEventListener, removeNativeEventListener, removeNativeEventListener, setEventListeners
cast, getOwnPropertyNames, hasOwnProperty, observe
@JsProperty public String getBaseURI()
@JsProperty public <T extends Node<T>> T getFirstChild()
@JsProperty public <T extends Node<T>> T getLastChild()
@JsProperty public String getLocalName()
@JsProperty public String getNamespaceURI()
@JsProperty public <T extends Node<T>> T getNextSibling()
@JsProperty public String getNodeName()
@JsProperty(name="nodeType") public int getNativeNodeType()
@JsOverlay public final NodeType getNodeType()
@JsProperty public String getNodeValue()
@JsProperty public void setNodeValue(String nodeValue)
@JsProperty public Document getOwnerDocument()
@JsProperty public <E extends Element<E>> E getParentElement()
@JsProperty public <T extends Node<T>> T getParentNode()
@JsProperty public String getPrefix()
@JsProperty public void setPrefix(String prefix)
@JsProperty public <T extends Node<T>> T getPreviousSibling()
@JsProperty(name="textContent") public String getTextContent()
@JsOverlay public final void setTextContent(String text)
@JsOverlay public final void appendChild(Node<?> child)
@JsMethod(name="cloneNode") public <T extends Node<T>> T cloneNode(boolean deep)
@JsMethod(name="compareDocumentPosition") public int compareDocumentPosition()
@JsMethod(name="contains") public boolean contains(Node<?> node)
@JsMethod(name="hasChildNodes") public boolean hasChildNodes()
@JsOverlay public final void insertBefore(Node<?> child)
@JsOverlay public final void insertFirst(@NotNull Node<?> child)
@JsMethod(name="isDefaultNamespace") public boolean isDefaultNamespace()
@JsMethod(name="isEqualNode") public boolean isEqualNode(Node<?> node)
@JsMethod(name="lookupNamespaceURI") public String lookupNamespaceURI(String prefix)
@JsMethod(name="normalize") public void normalize()
@JsOverlay public final <T extends Node<T>> T replaceChild(Node<?> newChild, Node<?> oldChild)
@JsOverlay public final void removeAllChildren()
@JsOverlay public final void removeAllChildrenBefore(Node<?> reference)
@JsOverlay public final boolean isDescendant(@NotNull Node<?> ancestor)
@JsOverlay public final boolean isAncestor(@NotNull Node<?> descendant)
@JsOverlay public final boolean isAttached()
Copyright © 2018 Xalys. All rights reserved.