XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_Token_End Class Reference
Inheritance diagram for HTMLPurifier_Token_End:
Inheritance graph

Public Attributes

 $start
 
- Public Attributes inherited from HTMLPurifier_Token_Tag
 $attr = array()
 
 $is_tag = true
 
 $name
 
- Public Attributes inherited from HTMLPurifier_Token
 $armor = array()
 
 $carryover
 
 $col
 
 $line
 
 $rewind
 
 $skip
 

Additional Inherited Members

- Public Member Functions inherited from HTMLPurifier_Token_Tag
 __construct ($name, $attr=array(), $line=null, $col=null, $armor=array())
 

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.

Member Data 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: