|
Cheetah
|
Public Member Functions | |
| toNode () | |
Public Member Functions inherited from HTMLPurifier_Token_Tag | |
| __construct ($name, $attr=array(), $line=null, $col=null, $armor=array()) | |
Public Member Functions inherited from HTMLPurifier_Token | |
| __get ($n) | |
| position ($l=null, $c=null) | |
| rawPosition ($l, $c) | |
Public Attributes | |
| $start | |
Public Attributes inherited from HTMLPurifier_Token_Tag | |
| $is_tag = true | |
| $name | |
| $attr = array() | |
Public Attributes inherited from HTMLPurifier_Token | |
| $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.