|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| SimpleHtmlLexer (&$parser) | |
| _getParsedTags () | |
| _addSkipping () | |
| _addTag ($tag) | |
| _addInTagTokens () | |
| _addAttributeTokens () | |
Definition at line 450 of file parser.php.
Matches attributes that are either single quoted, double quoted or unquoted. private
Definition at line 524 of file parser.php.


| _addInTagTokens | ( | ) |
Pattern matches to parse the inside of a tag including the attributes and their quoting. private
Definition at line 511 of file parser.php.


| _addSkipping | ( | ) |
The lexer has to skip certain sections such as server code, client code and styles. private
Definition at line 484 of file parser.php.


| _addTag | ( | $ | tag | ) |
Pattern matches to start and end a tag.
| string | $tag | Name of tag to scan for. private |
Definition at line 501 of file parser.php.


| _getParsedTags | ( | ) |
List of parsed tags. Others are ignored.
Definition at line 474 of file parser.php.

| SimpleHtmlLexer | ( | &$ | parser | ) |
Sets up the lexer with case insensitive matching and adds the HTML handlers.
| SimpleSaxParser | $parser | Handling strategy by reference. public |
Definition at line 459 of file parser.php.
