|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Concrete comment node class. More...
Inheritance diagram for HTMLPurifier_Node_Comment:
Collaboration diagram for HTMLPurifier_Node_Comment:Public Member Functions | |
| __construct ($data, $line=null, $col=null) | |
| Transparent constructor. More... | |
| toTokenPair () | |
| Returns a pair of start and end tokens, where the end token is null if it is not necessary. More... | |
| toTokenPair () | |
| Returns a pair of start and end tokens, where the end token is null if it is not necessary. More... | |
Data Fields | |
| $data | |
| Character data within comment. More... | |
| $is_whitespace = true | |
| @type bool More... | |
Data Fields inherited from HTMLPurifier_Node | |
| $line | |
| Line number of the start token in the source document @type int. More... | |
| $col | |
| Column number of the start token in the source document. More... | |
| $armor = array() | |
| Lookup array of processing that this token is exempt from. More... | |
| $dead = false | |
| When true, this node should be ignored as non-existent. More... | |
Concrete comment node class.
Definition at line 6 of file Comment.php.
| HTMLPurifier_Node_Comment::__construct | ( | $data, | |
$line = null, |
|||
$col = null |
|||
| ) |
Transparent constructor.
| string | $data | String comment data. |
| int | $line | |
| int | $col |
Definition at line 26 of file Comment.php.
References HTMLPurifier_Node\$col, $data, HTMLPurifier_Node\$line, and data.
| 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 33 of file Comment.php.
References data.
| HTMLPurifier_Node_Comment::$data |
Character data within comment.
@type string
Definition at line 12 of file Comment.php.
Referenced by __construct().
| HTMLPurifier_Node_Comment::$is_whitespace = true |
@type bool
Definition at line 17 of file Comment.php.