class Document
extends NodeWithChildren
import { Document } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts";
The root node of the document.
Constructors
new
Document(children: Node[])import { Document } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts";
The root node of the document.