Struct html5ever::rcdom::Node [] [src]

pub struct Node {
    pub node: NodeEnum,
    pub parent: Option<WeakHandle>,
    pub children: Vec<Handle>,
    pub script_already_started: bool,
}

A DOM node.

Fields

node
parent
children
script_already_started

The "script already started" flag.

Not meaningful for nodes other than HTML <script>.