|
Cheetah
|
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 | |
Concrete comment token class. Generally will be ignored.
Definition at line 21257 of file HTMLPurifier.standalone.php.
Transparent constructor.
| string | $data | String comment data. |
| int | $line | |
| int | $col |
Definition at line 21277 of file HTMLPurifier.standalone.php.
| HTMLPurifier_Token_Comment::toNode | ( | ) |
Converts a token into its corresponding node.
Reimplemented from HTMLPurifier_Token.
Definition at line 21284 of file HTMLPurifier.standalone.php.
| HTMLPurifier_Token_Comment::$data |
Character data within comment. @type string
Definition at line 21263 of file HTMLPurifier.standalone.php.
| HTMLPurifier_Token_Comment::$is_whitespace = true |
@type bool
Definition at line 21268 of file HTMLPurifier.standalone.php.