ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Concrete comment node class. More...
Public Member Functions | |
__construct ($data, $line=null, $col=null) | |
Transparent constructor. More... | |
toTokenPair () | |
Public Member Functions inherited from HTMLPurifier_Node | |
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 | |
bool More... | |
Data Fields inherited from HTMLPurifier_Node | |
$line | |
Line number of the start token in the source document 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 | ( | ) |
Definition at line 33 of file Comment.php.
HTMLPurifier_Node_Comment::$data |
Character data within comment.
string
Definition at line 12 of file Comment.php.
Referenced by __construct().
HTMLPurifier_Node_Comment::$is_whitespace = true |
bool
Definition at line 17 of file Comment.php.