EventTarget
, de.mirkosertic.bytecoder.api.OpaqueReferenceType
CharacterData
, Comment
, Document
, Element
, HTMLCanvasElement
, HTMLDocument
, HTMLElement
, TextNode
public interface Node extends EventTarget
Modifier and Type | Method | Description |
---|---|---|
void |
appendChild(Node aNode) |
|
java.lang.String |
baseURI() |
|
NodeList |
childNodes() |
|
Node |
cloneNode() |
|
int |
compareDocumentPosition(Node aOtherNode) |
|
boolean |
contains(Node aOtherNode) |
|
Node |
firstChild() |
|
Node |
getRootNode() |
|
boolean |
hasChildNodes() |
|
void |
insertBefore(Node aNewNode,
Node aReferenceNode) |
|
Node |
lastChild() |
|
Node |
nextSibling() |
|
java.lang.String |
nodeName() |
|
int |
nodeType() |
|
Document |
ownerDocument() |
|
Element |
parentElement() |
|
Node |
parentNode() |
|
Node |
previousSibling() |
|
void |
removeAll() |
|
void |
removeChild(Node aChildNode) |
|
void |
replaceChild(Node aNewChild,
Node aOldChild) |
|
java.lang.String |
textContent() |
|
void |
textContent(java.lang.String aNewValue) |
addEventListener, dispatchEvent
NodeList childNodes()
java.lang.String baseURI()
Node firstChild()
Node lastChild()
Node nextSibling()
java.lang.String nodeName()
int nodeType()
Document ownerDocument()
Node parentNode()
Element parentElement()
Node previousSibling()
java.lang.String textContent()
void textContent(java.lang.String aNewValue)
void appendChild(Node aNode)
Node cloneNode()
int compareDocumentPosition(Node aOtherNode)
boolean contains(Node aOtherNode)
Node getRootNode()
boolean hasChildNodes()
void removeChild(Node aChildNode)
void removeAll()
Copyright © 2018 Systemprogrammierung Mirko Sertic. All rights reserved.