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

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

A DOM node.

Fields

Trait Implementations

impl Debug for Node
[src]

Formats the value using the given formatter.