|
Cheetah
|
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 | |
Concrete comment node class.
Definition at line 19800 of file HTMLPurifier.standalone.php.
Transparent constructor.
| string | $data | String comment data. |
| int | $line | |
| int | $col |
Definition at line 19820 of file HTMLPurifier.standalone.php.
| 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.
| HTMLPurifier_Node_Comment::$data |
Character data within comment. @type string
Definition at line 19806 of file HTMLPurifier.standalone.php.
| HTMLPurifier_Node_Comment::$is_whitespace = true |
@type bool
Definition at line 19811 of file HTMLPurifier.standalone.php.