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 TypeMethodDescriptionvoidappendChild(Node aNode) baseURI()intcompareDocumentPosition(Node aOtherNode) booleanbooleanvoidinsertBefore(Node aNewNode, Node aReferenceNode) nodeName()intnodeType()voidvoidremoveChild(Node aChildNode) voidreplaceChild(Node aNewChild, Node aOldChild) voidtextContent(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()
-