![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|


Public Member Functions | |
| __construct ($name, $attr=array(), $line=null, $col=null, $armor=array()) | |
| toTokenPair () | |
| toTokenPair () | |
Data Fields | |
| $name | |
| $attr = array() | |
| $children = array() | |
| $empty = false | |
| $endCol = null | |
| $endLine = null | |
| $endArmor = array() | |
Data Fields inherited from HTMLPurifier_Node | |
| $line | |
| $col | |
| $armor = array() | |
| $dead = false | |
Concrete element node class.
| __construct | ( | $name, | |
$attr = array(), |
|||
$line = null, |
|||
$col = null, |
|||
$armor = array() |
|||
| ) |
| 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.
| $attr = array() |
Associative array of the node's attributes. @type array
| $children = array() |
List of child elements. @type array
| $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
| $endArmor = array() |
| $endCol = null |
| $endLine = null |
| $name |
The lower-case name of the tag, like 'a', 'b' or 'blockquote'.