| Node |
appendChild(node: Node) |
| void |
append(...nodes: (Node | string)[]) |
| void |
prepend(...nodes: (Node | string)[]) |
| boolean |
contains(other: Node) |
| boolean |
hasChildNodes() |
| Node |
insertBefore(node: Node,child: Node) |
| void |
insertAdjacentHTML(position: string, text: string) |
| Node |
removeChild(child: Node) |
| Node |
replaceChild(newChild: Node, oldChild: Node) |
| Element | null |
querySelector(selectors: string) |
| Array< Element > |
querySelectorAll(selectors: string) |
| Array< Element > |
getElementsByTagName(tagName: string) |
| Array< Element > |
getElementsByClassName(classNames: string) |
| boolean |
static is(element: SVGStyleElement) |
| Style |
static cast(element: SVGStyleElement) |