Error processing SSI file
Error processing SSI file

Home » Development Area » DigiGuide Listings Grabber » API Index » Class: HTMLParser » onGotTag Event

Class HTMLParser : onGotTag Event


void onGotTag( String tag, Object parameters )

Summary

Called whenever the parser comes across a tag.


Parameters

ParameterDescription
String tag The tag name
Object parameters The parameters object. Attributes are properties of the object. If you have a link tag and you have an "href" attributes then accessing "parameters.href" will return the URL.


Requirements

Build Build 3

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

Error processing SSI file