Abstract class of a tag token (start, end or empty), and its behavior.
Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 15466)
HTMLPurifier_Token | --HTMLPurifier_Token_Tag
| Class | Description |
|---|---|
| HTMLPurifier_Token_Empty | Concrete empty token class. |
| HTMLPurifier_Token_End | Concrete end token class. |
| HTMLPurifier_Token_Start | Concrete start token class. |
Associative array of the tag's attributes.
Static bool marker that indicates the class is a tag.
This allows us to check objects with <tt>!empty($obj->is_tag)</tt> without having to use a function call <tt>is_a()</tt>.
The lower-case name of the tag, like 'a', 'b' or 'blockquote'.
Inherited from HTMLPurifier_Token
HTMLPurifier_Token::$armor
HTMLPurifier_Token::$carryover
HTMLPurifier_Token::$col
HTMLPurifier_Token::$line
HTMLPurifier_Token::$rewind
HTMLPurifier_Token::$skip
Non-overloaded constructor, which lower-cases passed tag name.
Inherited From HTMLPurifier_Token
HTMLPurifier_Token::position()
HTMLPurifier_Token::rawPosition()
HTMLPurifier_Token::__get()
Documentation generated on Sun, 06 Mar 2011 00:24:13 -0500 by phpDocumentor 1.4.3