Converts HTML tokens into selected SAX events.
Located in /libraries/pear/simpletest/parser.php (line 442)
Class | Description |
---|---|
![]() |
Converts HTML tokens into selected SAX events. |
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.
Sets up the matching lexer. Starts in 'text' mode.
Incoming data to be ignored.
Runs the content through the lexer which should call back to the acceptors.
Matches attributes that are either single quoted, double quoted or unquoted.
Pattern matches to parse the inside of a tag including the attributes and their quoting.
The lexer has to skip certain sections such as server code, client code and styles.
Pattern matches to start and end a tag.
Decodes any HTML entities.
List of parsed tags. Others are ignored.
Documentation generated on Fri, 10 Dec 2004 18:26:06 +0000 by phpDocumentor 1.3.0RC3