Package de.mirkosertic.bytecoder.api.web
Interface Node
- All Superinterfaces:
EventTarget
,OpaqueReferenceType
- All Known Subinterfaces:
CharacterData
,Comment
,Document
,Element
,HTMLAudioElement
,HTMLButton
,HTMLCanvasElement
,HTMLDocument
,HTMLElement
,HTMLImageElement
,HTMLTextAreaElement
,HTMLWebGLCanvasElement
,TextNode
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendChild
(Node aNode) baseURI()
int
compareDocumentPosition
(Node aOtherNode) boolean
boolean
void
insertBefore
(Node aNewNode, Node aReferenceNode) nodeName()
int
nodeType()
void
void
removeChild
(Node aChildNode) void
replaceChild
(Node aNewChild, Node aOldChild) void
textContent
(String aNewValue) Methods inherited from interface de.mirkosertic.bytecoder.api.web.EventTarget
addEventListener, dispatchEvent
-
Method Details
-
childNodes
NodeList childNodes() -
baseURI
String baseURI() -
firstChild
Node firstChild() -
lastChild
Node lastChild() -
nextSibling
Node nextSibling() -
nodeName
String nodeName() -
nodeType
int nodeType() -
ownerDocument
Document ownerDocument() -
parentNode
Node parentNode() -
parentElement
Element parentElement() -
previousSibling
Node previousSibling() -
textContent
String textContent() -
textContent
-
appendChild
-
cloneNode
Node cloneNode() -
compareDocumentPosition
-
contains
-
getRootNode
Node getRootNode() -
hasChildNodes
boolean hasChildNodes() -
insertBefore
-
removeChild
-
replaceChild
-
removeAll
void removeAll()
-