Struct tl::Parser [−][src]
pub struct Parser<'a> { /* fields omitted */ }Expand description
The main HTML parser
Users of this library are not supposed to directly construct this struct.
Instead, users must call tl::parse() and use the returned VDom.
Implementations
Resolves an internal Node ID obtained from a NodeHandle to a Node