XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
__get ($n) | |
position ($l=null, $c=null) | |
rawPosition ($l, $c) | |
toNode () | |
Champs de données | |
$line | |
$col | |
$armor = array() | |
$skip | |
$rewind | |
$carryover | |
Abstract base token class that all others inherit from.
__get | ( | $n | ) |
string | $n |
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.
Réimplémentée dans HTMLPurifier_Token_Tag, HTMLPurifier_Token_Text, HTMLPurifier_Token_Comment, HTMLPurifier_Token_End, et HTMLPurifier_Token_Empty.
$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