26 trigger_error(
'Deprecated type property called; use instanceof', E_USER_NOTICE);
27 switch (get_class($this)) {
28 case 'HTMLPurifier_Token_Start':
return 'start';
29 case 'HTMLPurifier_Token_Empty':
return 'empty';
30 case 'HTMLPurifier_Token_End':
return 'end';
31 case 'HTMLPurifier_Token_Text':
return 'text';
32 case 'HTMLPurifier_Token_Comment':
return 'comment';
41 public function position($l = null, $c = null) {
$armor
Lookup array of processing that this token is exempt from.
$line
Line number node was on in source document.
Abstract base token class that all others inherit from.
rawPosition($l, $c)
Convenience function for DirectLex settings line/col position.
$col
Column of line node was on in source document.
$skip
Used during MakeWellFormed.
position($l=null, $c=null)
Sets the position of the token in the source document.