Cheetah
|
Public Member Functions | |
__get ($n) | |
position ($l=null, $c=null) | |
rawPosition ($l, $c) | |
toNode () | |
Public Attributes | |
$line | |
$col | |
$armor = array() | |
$skip | |
$rewind | |
$carryover | |
Abstract base token class that all others inherit from.
Definition at line 8646 of file HTMLPurifier.standalone.php.
HTMLPurifier_Token::__get | ( | $n | ) |
Sets the position of the token in the source document.
int | $l | |
int | $c |
Definition at line 8714 of file HTMLPurifier.standalone.php.
HTMLPurifier_Token::rawPosition | ( | $l, | |
$c | |||
) |
Convenience function for DirectLex settings line/col position.
int | $l | |
int | $c |
Definition at line 8725 of file HTMLPurifier.standalone.php.
|
abstract |
Converts a token into its corresponding node.
Reimplemented in HTMLPurifier_Token_Text, HTMLPurifier_Token_End, HTMLPurifier_Token_Empty, HTMLPurifier_Token_Tag, and HTMLPurifier_Token_Comment.
HTMLPurifier_Token::$armor = array() |
Lookup array of processing that this token is exempt from. Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError" @type array
Definition at line 8666 of file HTMLPurifier.standalone.php.
HTMLPurifier_Token::$carryover |
@type
Definition at line 8682 of file HTMLPurifier.standalone.php.
HTMLPurifier_Token::$col |
Column of line node was on in source document. Null if unknown. @type int
Definition at line 8658 of file HTMLPurifier.standalone.php.
HTMLPurifier_Token::$line |
Line number node was on in source document. Null if unknown. @type int
Definition at line 8652 of file HTMLPurifier.standalone.php.
HTMLPurifier_Token::$rewind |
@type
Definition at line 8677 of file HTMLPurifier.standalone.php.
HTMLPurifier_Token::$skip |
Used during MakeWellFormed. See Note [Injector skips] @type
Definition at line 8672 of file HTMLPurifier.standalone.php.