Search results

There are no results.

builder.html.Node

class pub enum Node

A node in an HTML document.

Constructors

Element

Element(Element)

The node is an element, i.e. <foo></foo>.

Text

Text(String)

The node is a text node.