Cheetah
|
Public Member Functions | |
toNode () | |
![]() | |
__construct ($name, $attr=array(), $line=null, $col=null, $armor=array()) | |
![]() | |
__get ($n) | |
position ($l=null, $c=null) | |
rawPosition ($l, $c) | |
Public Attributes | |
$start | |
![]() | |
$is_tag = true | |
$name | |
$attr = array() | |
![]() | |
$line | |
$col | |
$armor = array() | |
$skip | |
$rewind | |
$carryover | |
Concrete end token class.
Definition at line 21385 of file HTMLPurifier.standalone.php.
HTMLPurifier_Token_End::toNode | ( | ) |
Converts a token into its corresponding node.
Reimplemented from HTMLPurifier_Token_Tag.
Definition at line 21394 of file HTMLPurifier.standalone.php.
HTMLPurifier_Token_End::$start |
Token that started this node. Added by MakeWellFormed. Please do not edit this! @type HTMLPurifier_Token
Definition at line 21392 of file HTMLPurifier.standalone.php.