Abstract class of a tag token (start, end or empty), and its behavior.
Abstract class of a tag token (start, end or empty), and its behavior.
Located in /library/HTMLPurifier/Token/Tag.php (line 6)
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.
Associative array of the tag's attributes.
Static bool marker that indicates the class is a tag.
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'.
The lower-case name of the tag, like 'a', 'b' or 'blockquote'.
Inherited from HTMLPurifier_Token
HTMLPurifier_Token::$armor
HTMLPurifier_Token::$line
Non-overloaded constructor, which lower-cases passed tag name.
Non-overloaded constructor, which lower-cases passed tag name.
Inherited From HTMLPurifier_Token
HTMLPurifier_Token::__get()
Documentation generated on Thu, 19 Jun 2008 18:50:23 -0400 by phpDocumentor 1.4.2