@JsType(isNative=true) public class Node extends EventTarget
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendChild(Object child) |
void |
bind(String property,
JsObject objects) |
Node |
firstChild() |
Element |
parentElement() |
Node |
parentNode() |
Node |
removeChild(Node child) |
getOwnPropertyNames, hasOwnProperty, observepublic Node()
public Element parentElement()
public Node parentNode()
public Node firstChild()
public Node removeChild(Node child)
public void appendChild(Object child)
Copyright © 2017. All rights reserved.