|
| __get ($n) |
|
| position ($l=null, $c=null) |
| Sets the position of the token in the source document.
|
|
| rawPosition ($l, $c) |
| Convenience function for DirectLex settings line/col position.
|
|
| toNode () |
| Converts a token into its corresponding node.
|
|
|
| $armor = array() |
| Lookup array of processing that this token is exempt from.
|
|
| $carryover |
| @type
|
|
| $col |
| Column of line node was on in source document.
|
|
| $line |
| Line number node was on in source document.
|
|
| $rewind |
| @type
|
|
| $skip |
| Used during MakeWellFormed.
|
|
◆ __get()
HTMLPurifier_Token::__get |
( |
| $n | ) |
|
◆ position()
HTMLPurifier_Token::position |
( |
| $l = null, |
|
|
| $c = null ) |
Sets the position of the token in the source document.
- Parameters
-
◆ rawPosition()
HTMLPurifier_Token::rawPosition |
( |
| $l, |
|
|
| $c ) |
Convenience function for DirectLex settings line/col position.
- Parameters
-
◆ toNode()
HTMLPurifier_Token::toNode |
( |
| ) |
|
|
abstract |
◆ $armor
HTMLPurifier_Token::$armor = array() |
Lookup array of processing that this token is exempt from.
Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError" @type array
◆ $col
Column of line node was on in source document.
Null if unknown. @type int
◆ $line
HTMLPurifier_Token::$line |
Line number node was on in source document.
Null if unknown. @type int
◆ $skip
HTMLPurifier_Token::$skip |
Used during MakeWellFormed.
See Note [Injector skips] @type
The documentation for this class was generated from the following file:
- lib/htmlpurifier/HTMLPurifier/Token.php