Öffentliche Methoden | |
__get ($n) | |
position ($l=null, $c=null) | |
rawPosition ($l, $c) | |
toNode () | |
Datenfelder | |
$line | |
$col | |
$armor = array() | |
$skip | |
$rewind | |
$carryover | |
position | ( | $l = null , |
|
$c = null |
|||
) |
rawPosition | ( | $l, | |
$c | |||
) |
|
abstract |
Converts a token into its corresponding node.
$armor = array() |
Lookup array of processing that this token is exempt from. Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError" array
Definiert in Zeile 26 der Datei Token.php.
Wird benutzt von HTMLPurifier_Token_Tag\__construct().
$col |
Column of line node was on in source document. Null if unknown. int
Definiert in Zeile 18 der Datei Token.php.
Wird benutzt von HTMLPurifier_Token_Comment\__construct(), HTMLPurifier_Token_Text\__construct() und HTMLPurifier_Token_Tag\__construct().
$line |
Line number node was on in source document. Null if unknown. int
Definiert in Zeile 12 der Datei Token.php.
Wird benutzt von HTMLPurifier_Token_Comment\__construct(), HTMLPurifier_Token_Text\__construct() und HTMLPurifier_Token_Tag\__construct().