|
ILIAS
Release_4_2_x_branch Revision 61807
|
Abstract base token class that all others inherit from. More...
Inheritance diagram for HTMLPurifier_Token:
Collaboration diagram for HTMLPurifier_Token:Public Member Functions | |
| __get ($n) | |
| position ($l=null, $c=null) | |
| Sets the position of the token in the source document. | |
| rawPosition ($l, $c) | |
| Convenience function for DirectLex settings line/col position. | |
Data Fields | |
| $line | |
| Line number node was on in source document. | |
| $col | |
| Column of line node was on in source document. | |
| $armor = array() | |
| Lookup array of processing that this token is exempt from. | |
| $skip | |
| Used during MakeWellFormed. | |
| $rewind | |
| $carryover | |
| HTMLPurifier_Token::__get | ( | $n | ) |
Definition at line 24 of file Token.php.
References $n.
| HTMLPurifier_Token::position | ( | $l = null, |
|
$c = null |
|||
| ) |
| HTMLPurifier_Token::rawPosition | ( | $l, | |
| $c | |||
| ) |
| HTMLPurifier_Token::$armor = array() |
Lookup array of processing that this token is exempt from.
Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError"
Definition at line 15 of file Token.php.
Referenced by HTMLPurifier_Token_Tag\__construct().
| HTMLPurifier_Token::$col |
Column of line node was on in source document.
Null if unknown.
Definition at line 8 of file Token.php.
Referenced by HTMLPurifier_Token_Comment\__construct(), HTMLPurifier_Token_Text\__construct(), and HTMLPurifier_Token_Tag\__construct().
| HTMLPurifier_Token::$line |
Line number node was on in source document.
Null if unknown.
Definition at line 7 of file Token.php.
Referenced by HTMLPurifier_Token_Comment\__construct(), HTMLPurifier_Token_Text\__construct(), and HTMLPurifier_Token_Tag\__construct().