Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_Token_End Class Reference
Inheritance diagram for HTMLPurifier_Token_End:
HTMLPurifier_Token_Tag HTMLPurifier_Token

Public Member Functions

 toNode ()
 
- Public Member Functions inherited from HTMLPurifier_Token_Tag
 __construct ($name, $attr=array(), $line=null, $col=null, $armor=array())
 
- Public Member Functions inherited from HTMLPurifier_Token
 __get ($n)
 
 position ($l=null, $c=null)
 
 rawPosition ($l, $c)
 

Public Attributes

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

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 21385 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ toNode()

HTMLPurifier_Token_End::toNode ( )

Converts a token into its corresponding node.

Reimplemented from HTMLPurifier_Token_Tag.

Definition at line 21394 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $start

HTMLPurifier_Token_End::$start

Token that started this node. Added by MakeWellFormed. Please do not edit this! @type HTMLPurifier_Token

Definition at line 21392 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: