class NodeWithChildren
extends Node
import { NodeWithChildren } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts";
A Node
that can have children.
Constructors
new
NodeWithChildren(type: | ElementType.Root
| ElementType.CDATA
| ElementType.Script
| ElementType.Style
| ElementType.Tag