Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_Token_Comment Class Reference
Inheritance diagram for HTMLPurifier_Token_Comment:
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

 $data
 
 $is_whitespace = true
 
- Public Attributes inherited from HTMLPurifier_Token
 $line
 
 $col
 
 $armor = array()
 
 $skip
 
 $rewind
 
 $carryover
 

Detailed Description

Concrete comment token class. Generally will be ignored.

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

Constructor & Destructor Documentation

◆ __construct()

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

Transparent constructor.

Parameters
string$dataString comment data.
int$line
int$col

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

Member Function Documentation

◆ toNode()

HTMLPurifier_Token_Comment::toNode ( )

Converts a token into its corresponding node.

Reimplemented from HTMLPurifier_Token.

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

Member Data Documentation

◆ $data

HTMLPurifier_Token_Comment::$data

Character data within comment. @type string

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

◆ $is_whitespace

HTMLPurifier_Token_Comment::$is_whitespace = true

@type bool

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


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