![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|

Public Member Functions | |
| __get ($n) | |
| position ($l=null, $c=null) | |
| rawPosition ($l, $c) | |
| toNode () | |
Data Fields | |
| $line | |
| $col | |
| $armor = array() | |
| $skip | |
| $rewind | |
| $carryover | |
Abstract base token class that all others inherit from.
| __get | ( | $n | ) |
| string | $n |
| position | ( | $l = null, |
|
$c = null |
|||
| ) |
Sets the position of the token in the source document.
| int | $l | |
| int | $c |
| rawPosition | ( | $l, | |
| $c | |||
| ) |
Convenience function for DirectLex settings line/col position.
| int | $l | |
| int | $c |
|
abstract |
Converts a token into its corresponding node.
Reimplemented in HTMLPurifier_Token_Comment, HTMLPurifier_Token_Empty, HTMLPurifier_Token_End, HTMLPurifier_Token_Tag, and HTMLPurifier_Token_Text.
| $armor = array() |
Lookup array of processing that this token is exempt from. Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError" @type array
| $carryover |
@type
| $col |
Column of line node was on in source document. Null if unknown. @type int
| $line |
Line number node was on in source document. Null if unknown. @type int
| $rewind |
@type
| $skip |
Used during MakeWellFormed. See Note [Injector skips] @type