Concrete end token class.
More...
Data Fields |
| $start |
| Token that started this node.
|
| $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.
|
| $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 |
Additional Inherited Members |
| __construct ($name, $attr=array(), $line=null, $col=null) |
| Non-overloaded constructor, which lower-cases passed tag name.
|
Detailed Description
Concrete end token class.
- Warning
- This class accepts attributes even though end tags cannot. This is for optimization reasons, as under normal circumstances, the Lexers do not pass attributes.
Definition at line 10 of file End.php.
Field Documentation
HTMLPurifier_Token_End::$start |
Token that started this node.
Added by MakeWellFormed. Please do not edit this!
Definition at line 16 of file End.php.
The documentation for this class was generated from the following file:
- Services/Html/HtmlPurifier/library/HTMLPurifier/Token/End.php