XOOPS 2.5.6
Final
|
Public Member Functions | |
__get ($n) | |
position ($l=null, $c=null) | |
rawPosition ($l, $c) | |
Public Attributes | |
$armor = array() | |
$carryover | |
$col | |
$line | |
$rewind | |
$skip | |
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().