Class HTMLPurifier_Token_Comment
Concrete comment token class. Generally will be ignored.
-
HTMLPurifier_Token
-
HTMLPurifier_Token_Comment
Methods summary
public
|
#
__construct( string $data, integer $line = null, integer $col = null )
Transparent constructor.
Parameters
- $data
string $data String comment data.
- $line
integer $line
- $col
integer $col
|
public
|
#
toNode( )
Converts a token into its corresponding node.
Converts a token into its corresponding node.
|
Properties summary
public
mixed
|
$data
|
|
#
Character data within comment.
Character data within comment.
Type
string
|
public
boolean
|
$is_whitespace
|
true |
|