Class HTMLPurifier_Token_Tag
Abstract class of a tag token (start, end or empty), and its behavior.
- HTMLPurifier_Token
- HTMLPurifier_Token_Tag
public
|
#
__construct( string $name, array $attr = array(), integer $line = null, integer $col = null, array $armor = array() )
Non-overloaded constructor, which lower-cases passed tag name. |
public
|
__get(),
position(),
rawPosition()
|
public
boolean
|
$is_tag | true |
#
Static bool marker that indicates the class is a tag. |
public
mixed
|
$name |
|
#
The lower-case name of the tag, like 'a', 'b' or 'blockquote'. |
public
array
|
$attr | array() |
#
Associative array of the tag's attributes. |
$armor,
$carryover,
$col,
$line,
$rewind,
$skip
|