| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Concrete empty token class. More...
 Inheritance diagram for HTMLPurifier_Token_Empty:
 Inheritance diagram for HTMLPurifier_Token_Empty: Collaboration diagram for HTMLPurifier_Token_Empty:
 Collaboration diagram for HTMLPurifier_Token_Empty:| Additional Inherited Members | |
|  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. | |
|  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. | |