Converts HTML tokens into selected SAX events.
Located in /parser.php (line 543)
Sets up the matching lexer. Starts in 'text' mode.
Decodes any HTML entities.
Turns HTML into text browser visible text. Images are converted to their alt text and tags are supressed.
Entities are converted to their visible representation.
Sets the listener.
Part of the tag data.
Accepts a token from the end tag mode.
The element name is converted to lower case.
A character entity.
Accepts a token from the tag mode. If the
starting element completes then the element is dispatched and the current attributes set back to empty. The element or attribute name is converted to lower case.
Character data between tags regarded as important.
Incoming data to be ignored.
Runs the content through the lexer which should call back to the acceptors.
Documentation generated on Sun, 04 May 2008 09:21:55 -0500 by phpDocumentor 1.3.0