API - XOOPS 2.5.11 Beta 2
By monxoops.fr
HTMLPurifier_Token_Comment Class Reference
Inheritance diagram for HTMLPurifier_Token_Comment:
Collaboration diagram for HTMLPurifier_Token_Comment:

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)
 
 toNode ()
 

Data Fields

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

Detailed Description

Concrete comment token class. Generally will be ignored.

Constructor & Destructor Documentation

◆ __construct()

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

Transparent constructor.

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

Member Function Documentation

◆ toNode()

toNode ( )

Converts a token into its corresponding node.

Reimplemented from HTMLPurifier_Token.

Field Documentation

◆ $data

$data

Character data within comment. @type string

◆ $is_whitespace

$is_whitespace = true

@type bool


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