Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_Token_Text Class Reference
Inheritance diagram for HTMLPurifier_Token_Text:
HTMLPurifier_Token

Public Member Functions

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

Public Attributes

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

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 21423 of file HTMLPurifier.standalone.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor, accepts data and determines if it is whitespace.

Parameters
string$dataString parsed character data.
int$line
int$col

Definition at line 21451 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ toNode()

HTMLPurifier_Token_Text::toNode ( )

Converts a token into its corresponding node.

Reimplemented from HTMLPurifier_Token.

Definition at line 21459 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $data

HTMLPurifier_Token_Text::$data

@type string Parsed character data of text.

Definition at line 21435 of file HTMLPurifier.standalone.php.

◆ $is_whitespace

HTMLPurifier_Token_Text::$is_whitespace

@type bool Bool indicating if node is whitespace.

Definition at line 21441 of file HTMLPurifier.standalone.php.

◆ $name

HTMLPurifier_Token_Text::$name = '#PCDATA'

@type string PCDATA tag name compatible with DTD.

Definition at line 21429 of file HTMLPurifier.standalone.php.


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