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

Public Member Functions

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

Public Attributes

 $data
 
 $is_whitespace = true
 
- Public Attributes inherited from HTMLPurifier_Node
 $line
 
 $col
 
 $armor = array()
 
 $dead = false
 

Detailed Description

Concrete comment node class.

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

Constructor & Destructor Documentation

◆ __construct()

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

Transparent constructor.

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

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

Member Function Documentation

◆ toTokenPair()

HTMLPurifier_Node_Comment::toTokenPair ( )

Returns a pair of start and end tokens, where the end token is null if it is not necessary. Does not include children. @type array

Reimplemented from HTMLPurifier_Node.

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

Member Data Documentation

◆ $data

HTMLPurifier_Node_Comment::$data

Character data within comment. @type string

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

◆ $is_whitespace

HTMLPurifier_Node_Comment::$is_whitespace = true

@type bool

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


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