import * as htmlParser from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts";
Classes
Comments within the document. | |
A node that contains some data. | |
The root node of the document. | |
An element within the DOM. | |
c Node | This object will be used as the prototype for Nodes when creating a DOM-Level-1-compliant structure. |
A | |
Processing instructions, including doc types. | |
c Text | Text within the document. |
Functions
Clone a node, and optionally its children. | |