XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
__construct ($name, $attr=array(), $line=null, $col=null, $armor=array()) | |
toTokenPair () | |
Champs de données | |
$name | |
$attr = array() | |
$children = array() | |
$empty = false | |
$endCol = null | |
$endLine = null | |
$endArmor = array() | |
Champs de données hérités de HTMLPurifier_Node | |
$line | |
$col | |
$armor = array() | |
$dead = false | |
Concrete element node class.
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
Réimplémentée à partir de HTMLPurifier_Node.
$attr = array() |
Associative array of the node's attributes. @type array
$children = array() |
List of child elements. @type array
Does this use the form or the form, i.e. is it a pair of start/end tokens or an empty token. @bool
$endArmor = array() |
$endCol = null |
$endLine = null |
$name |
The lower-case name of the tag, like 'a', 'b' or 'blockquote'.