XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_Node_Element
+ Graphe d'héritage de HTMLPurifier_Node_Element:
+ Graphe de collaboration de HTMLPurifier_Node_Element:

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
 

Description détaillée

Concrete element node class.

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $name,
  $attr = array(),
  $line = null,
  $col = null,
  $armor = array() 
)

Documentation des fonctions membres

◆ toTokenPair()

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.

Documentation des champs

◆ $attr

$attr = array()

Associative array of the node's attributes. @type array

◆ $children

$children = array()

List of child elements. @type array

◆ $empty

Does this use the form or the form, i.e. is it a pair of start/end tokens or an empty token. @bool

◆ $endArmor

$endArmor = array()

◆ $endCol

$endCol = null

◆ $endLine

$endLine = null

◆ $name

$name

The lower-case name of the tag, like 'a', 'b' or 'blockquote'.

Note
Strictly speaking, XML tags are case sensitive, so we shouldn't be lower-casing them, but these tokens cater to HTML tags, which are insensitive. @type string

La documentation de cette classe a été générée à partir du fichier suivant :