XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_Token_Text Class Reference
Inheritance diagram for HTMLPurifier_Token_Text:
Inheritance graph

Public Member Functions

 __construct ($data, $line=null, $col=null)
 
- Public Member Functions inherited from HTMLPurifier_Token
 __get ($n)
 
 position ($l=null, $c=null)
 
 rawPosition ($l, $c)
 

Public Attributes

 $data
 
 $is_whitespace
 
 $name = '#PCDATA'
 
- Public Attributes inherited from HTMLPurifier_Token
 $armor = array()
 
 $carryover
 
 $col
 
 $line
 
 $rewind
 
 $skip
 

Detailed Description

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.

Definition at line 12 of file Text.php.

Constructor & Destructor Documentation

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

Constructor, accepts data and determines if it is whitespace.

Parameters
$dataString parsed character data.

Definition at line 24 of file Text.php.

References HTMLPurifier_Token\$col, $data, and HTMLPurifier_Token\$line.

Member Data Documentation

HTMLPurifier_Token_Text::$data

Parsed character data of text.

Definition at line 16 of file Text.php.

Referenced by __construct().

HTMLPurifier_Token_Text::$is_whitespace

Bool indicating if node is whitespace.

Definition at line 17 of file Text.php.

HTMLPurifier_Token_Text::$name = '#PCDATA'

PCDATA tag name compatible with DTD.

Definition at line 15 of file Text.php.


The documentation for this class was generated from the following file: