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

Fonctions membres publiques

 __construct ($data, $line=null, $col=null)
 
 toNode ()
 
- Fonctions membres publiques hérités de HTMLPurifier_Token
 __get ($n)
 
 position ($l=null, $c=null)
 
 rawPosition ($l, $c)
 

Champs de données

 $name = '#PCDATA'
 
 $data
 
 $is_whitespace
 
- Champs de données hérités de HTMLPurifier_Token
 $line
 
 $col
 
 $armor = array()
 
 $skip
 
 $rewind
 
 $carryover
 

Description détaillée

Concrete text token class.

Text tokens comprise of regular parsed character data (PCDATA) and raw character data (from the CDATA sections). Internally, their data is parsed with all entities expanded. Surprisingly, the text token does have a "tag name" called #PCDATA, which is how the DTD represents it in permissible child nodes.

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $data,
  $line = null,
  $col = null 
)

Constructor, accepts data and determines if it is whitespace.

Paramètres
string$dataString parsed character data.
int$line
int$col

Documentation des fonctions membres

◆ toNode()

toNode ( )

Converts a token into its corresponding node.

Réimplémentée à partir de HTMLPurifier_Token.

Documentation des champs

◆ $data

$data

@type string Parsed character data of text.

◆ $is_whitespace

$is_whitespace

@type bool Bool indicating if node is whitespace.

◆ $name

$name = '#PCDATA'

@type string PCDATA tag name compatible with DTD.


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