API - XOOPS 2.5.11 Beta 2
By monxoops.fr
HTMLPurifier_Token_End Class Reference
Inheritance diagram for HTMLPurifier_Token_End:
Collaboration diagram for HTMLPurifier_Token_End:

Public Member Functions

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

Data Fields

 $start
 
- Data Fields inherited from HTMLPurifier_Token_Tag
 $is_tag = true
 
 $name
 
 $attr = array()
 
- Data Fields 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.

Member Function Documentation

◆ toNode()

toNode ( )

Converts a token into its corresponding node.

Reimplemented from HTMLPurifier_Token_Tag.

Field Documentation

◆ $start

$start

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


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