Öffentliche Methoden | |
__construct ($name, $attr=array(), $line=null, $col=null, $armor=array()) | |
toTokenPair () | |
![]() | |
toTokenPair () | |
Datenfelder | |
$name | |
$attr = array() | |
$children = array() | |
$empty = false | |
$endCol = null | |
$endLine = null | |
$endArmor = array() | |
![]() | |
$line | |
$col | |
$armor = array() | |
$dead = false | |
Concrete element node class.
Definiert in Zeile 6 der Datei Element.php.
__construct | ( | $name, | |
$attr = array() , |
|||
$line = null , |
|||
$col = null , |
|||
$armor = array() |
|||
) |
Definiert in Zeile 39 der Datei Element.php.
Benutzt HTMLPurifier_Node\$armor, $attr, HTMLPurifier_Node\$col, HTMLPurifier_Node\$line und $name.
toTokenPair | ( | ) |
Definiert in Zeile 47 der Datei Element.php.
$attr = array() |
Associative array of the node's attributes. array
Definiert in Zeile 22 der Datei Element.php.
Wird benutzt von __construct().
$children = array() |
List of child elements. array
Definiert in Zeile 28 der Datei Element.php.
$empty = false |
Does this use the form or the form, i.e. is it a pair of start/end tokens or an empty token.
Definiert in Zeile 35 der Datei Element.php.
$endArmor = array() |
Definiert in Zeile 37 der Datei Element.php.
$endCol = null |
Definiert in Zeile 37 der Datei Element.php.
$endLine = null |
Definiert in Zeile 37 der Datei Element.php.
$name |
The lower-case name of the tag, like 'a', 'b' or 'blockquote'.
Definiert in Zeile 16 der Datei Element.php.
Wird benutzt von __construct().