Error processing SSI file
Error processing SSI file

Home » Development Area » DigiGuide Listings Grabber » API Index » Class: HTMLParser » parse Method

Class HTMLParser : parse Method


void parse( [ String tags ] )

Summary

Parse the HTML. Can pass a string to control which tags you get callbacks for.


Parameters

ParameterDescription
String tags [optional] A space separated list of tags you wish to receive callbacks on.


Examples

var hp = new HTMLParser( "<body onload=\"\"><p align=\"center\">nonsense<span class=\"bold\">this is <!-- a bit of a comment --> a text</span></p></body>" );
hp.parse( "td span a p div img" );


Requirements

Build Build 3

(Last updated: February 13, 2020 12:43:30)

Error processing SSI file