* Parses tokenized html data. * * Takes in tokenized html data and outputs a set of nodes that contain information about itself. * * Params: * tokens = The tokens that are output from tokenizing the html data. * Returns: Parsed html nodes.
See Implementation
* Parses tokenized html data. * * Takes in tokenized html data and outputs a set of nodes that contain information about itself. * * Params: * tokens = The tokens that are output from tokenizing the html data. * Returns: Parsed html nodes.