Interface ParentNode
- All Superinterfaces:
OpaqueReferenceType
- All Known Subinterfaces:
Document, Element, HTMLAudioElement, HTMLButton, HTMLCanvasElement, HTMLDocument, HTMLElement, HTMLImageElement, HTMLTextAreaElement, HTMLWebGLCanvasElement
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidappendString(String aString) intchildren()<T extends Element>
TgetElementById(String id) voidvoidprependString(String aString) querySelector(String aSelector) querySelectorAll(String aSelector)
-
Method Details
-
childElementCount
int childElementCount() -
children
HTMLCollection children() -
firstElementChild
Element firstElementChild() -
lastElementChild
Element lastElementChild() -
append
-
appendString
-
prepend
-
prependString
-
querySelector
-
querySelectorAll
-
getElementById
-