Class HTMLPurifier_Token
Abstract base token class that all others inherit from.
Indirect known subclasses
HTMLPurifier_Token_Empty, HTMLPurifier_Token_End, HTMLPurifier_Token_Start
public
null|string
|
|
public
|
|
public
|
#
rawPosition( integer $l, integer $c )
Convenience function for DirectLex settings line/col position. |
abstract public
|
public
mixed
|
$line |
|
#
Line number node was on in source document. Null if unknown. |
public
mixed
|
$col |
|
#
Column of line node was on in source document. Null if unknown. |
public
array
|
$armor | array() |
#
Lookup array of processing that this token is exempt from. Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError" |
public
mixed
|
$skip |
|
#
Used during MakeWellFormed. |
public
mixed
|
$rewind |
|
|
public
mixed
|
$carryover |
|