import { Document } from "https://deno.land/x/aleph@v0.2.12/vendor/mod.ts";
Methods
private
_getElementsByClassName(className: string, search: Node[]): Node[]private
_getElementsByTagName(tagName: string, search: Node[]): Node[]private
_getElementsByTagNameWildcard(node: Node, search: Node[]): Node[]appendChild(child: Node)
createComment(data?: string): Comment
createElement(tagName: string, options?: ElementCreationOptions): Element
createTextNode(data?: string): Text
getElementById(id: string): Element | null
getElementsByClassName(className: string): Element[]
getElementsByTagName(tagName: string): Element[]
getElementsByTagNameNS(_namespace: string, localName: string): Element[]
hasFocus(): boolean
querySelector(selectors: string): Element | null
querySelectorAll(selectors: string): NodeList