ILIAS
Release_5_0_x_branch Revision 61816
|
Concrete end token class. More...
Public Member Functions | |
toNode () | |
Converts a token into its corresponding node. | |
Public Member Functions inherited from HTMLPurifier_Token_Tag | |
__construct ($name, $attr=array(), $line=null, $col=null, $armor=array()) | |
Non-overloaded constructor, which lower-cases passed tag name. | |
Public Member Functions inherited from HTMLPurifier_Token | |
__get ($n) | |
position ($l=null, $c=null) | |
Sets the position of the token in the source document. | |
rawPosition ($l, $c) | |
Convenience function for DirectLex settings line/col position. |
Data Fields | |
$start | |
Token that started this node. | |
Data Fields inherited from HTMLPurifier_Token_Tag | |
$is_tag = true | |
Static bool marker that indicates the class is a tag. | |
$name | |
The lower-case name of the tag, like 'a', 'b' or 'blockquote'. | |
$attr = array() | |
Associative array of the tag's attributes. | |
Data Fields inherited from HTMLPurifier_Token | |
$line | |
Line number node was on in source document. | |
$col | |
Column of line node was on in source document. | |
$armor = array() | |
Lookup array of processing that this token is exempt from. | |
$skip | |
Used during MakeWellFormed. | |
$rewind | |
| |
$carryover | |
|
Concrete end token class.
HTMLPurifier_Token_End::toNode | ( | ) |
Converts a token into its corresponding node.
Reimplemented from HTMLPurifier_Token_Tag.
Definition at line 19 of file End.php.
HTMLPurifier_Token_End::$start |
Token that started this node.
Added by MakeWellFormed. Please do not edit this! HTMLPurifier_Token