NodeWithChildren
A Node
that can have children.
§Constructors
§
new NodeWithChildren(type: ElementType.Root | ElementType.CDATA | ElementType.Script | ElementType.Style | ElementType.Tag, children: Node[])
[src]@param type
Type of the node.
@param children
Children of the node. Only certain node types can have children.