Cheetah
|
Public Member Functions | |
__construct ($name, $attr=array(), $line=null, $col=null, $armor=array()) | |
toTokenPair () | |
Public Attributes | |
$name | |
$attr = array() | |
$children = array() | |
$empty = false | |
$endCol = null | |
$endLine = null | |
$endArmor = array() | |
![]() | |
$line | |
$col | |
$armor = array() | |
$dead = false | |
Concrete element node class.
Definition at line 19837 of file HTMLPurifier.standalone.php.
HTMLPurifier_Node_Element::__construct | ( | $name, | |
$attr = array() , |
|||
$line = null , |
|||
$col = null , |
|||
$armor = array() |
|||
) |
Definition at line 19870 of file HTMLPurifier.standalone.php.
HTMLPurifier_Node_Element::toTokenPair | ( | ) |
Returns a pair of start and end tokens, where the end token is null if it is not necessary. Does not include children. @type array
Reimplemented from HTMLPurifier_Node.
Definition at line 19878 of file HTMLPurifier.standalone.php.
HTMLPurifier_Node_Element::$attr = array() |
Associative array of the node's attributes. @type array
Definition at line 19853 of file HTMLPurifier.standalone.php.
HTMLPurifier_Node_Element::$children = array() |
List of child elements. @type array
Definition at line 19859 of file HTMLPurifier.standalone.php.
HTMLPurifier_Node_Element::$empty = false |
Does this use the form or the form, i.e. is it a pair of start/end tokens or an empty token. @bool
Definition at line 19866 of file HTMLPurifier.standalone.php.
HTMLPurifier_Node_Element::$endArmor = array() |
Definition at line 19868 of file HTMLPurifier.standalone.php.
HTMLPurifier_Node_Element::$endCol = null |
Definition at line 19868 of file HTMLPurifier.standalone.php.
HTMLPurifier_Node_Element::$endLine = null |
Definition at line 19868 of file HTMLPurifier.standalone.php.
HTMLPurifier_Node_Element::$name |
The lower-case name of the tag, like 'a', 'b' or 'blockquote'.
Definition at line 19847 of file HTMLPurifier.standalone.php.