XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_Token
+ Graphe d'héritage de HTMLPurifier_Token:

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
 

Description détaillée

Abstract base token class that all others inherit from.

Documentation des fonctions membres

◆ __get()

__get (   $n)
Paramètres
string$n
Renvoie
null|string

◆ position()

position (   $l = null,
  $c = null 
)

Sets the position of the token in the source document.

Paramètres
int$l
int$c

◆ rawPosition()

rawPosition (   $l,
  $c 
)

Convenience function for DirectLex settings line/col position.

Paramètres
int$l
int$c

◆ toNode()

toNode ( )
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.

Documentation des champs

◆ $armor

$armor = array()

Lookup array of processing that this token is exempt from. Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError" @type array

◆ $carryover

$carryover

@type

◆ $col

$col

Column of line node was on in source document. Null if unknown. @type int

◆ $line

$line

Line number node was on in source document. Null if unknown. @type int

◆ $rewind

$rewind

@type

◆ $skip

$skip

Used during MakeWellFormed. See Note [Injector skips] @type


La documentation de cette classe a été générée à partir du fichier suivant :