Class HTMLPurifier_Node_Element
Concrete element node class.
- HTMLPurifier_Node
- HTMLPurifier_Node_Element
public
|
#
__construct( mixed $name, mixed $attr = array(), mixed $line = null, mixed $col = null, mixed $armor = array() )
|
public
|
#
toTokenPair( )
Returns a pair of start and end tokens, where the end token is null if it is not necessary. Does not include children. |
public
mixed
|
$name |
|
#
The lower-case name of the tag, like 'a', 'b' or 'blockquote'. |
public
array
|
$attr | array() |
#
Associative array of the node's attributes. |
public
array
|
$children | array() |
#
List of child elements. |
public
boolean
|
$empty | false |
#
Does this use the <a> form or the form, i.e. is it a pair of start/end tokens or an empty token. |
public
mixed
|
$endCol | null |
|
public
mixed
|
$endLine | null |
|
public
array
|
$endArmor | array() |
$armor,
$col,
$dead,
$line
|