HTMLPurifier_Token_End
Concrete end token class.
- Full name:
\HTMLPurifier_Token_End
- Parent class:
\HTMLPurifier_Token_Tag
Properties
start
Token that started this node.
Added by MakeWellFormed. Please do not edit this!
Methods
toNode
Converts a token into its corresponding node.
Inherited methods
__get
Parameters:
Parameter | Type | Description |
---|---|---|
$n |
string |
position
Sets the position of the token in the source document.
Parameters:
Parameter | Type | Description |
---|---|---|
$l |
int | |
$c |
int |
rawPosition
Convenience function for DirectLex settings line/col position.
Parameters:
Parameter | Type | Description |
---|---|---|
$l |
int | |
$c |
int |
toNode
Converts a token into its corresponding node.
__construct
Non-overloaded constructor, which lower-cases passed tag name.
public __construct(string $name, array $attr = array(), int $line = null, int $col = null, array $armor = array()): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$name |
string | String name. |
$attr |
array | Associative array of attributes. |
$line |
int | |
$col |
int | |
$armor |
array |
Automatically generated on 2025-03-18