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

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

A DOM node.

Fields

node: NodeEnum parent: Option<WeakHandle> children: Vec<Handle>

Trait Implementations

impl Debug for Node
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.