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

Fonctions membres publiques

 render ($config)
 
- Fonctions membres publiques hérités de HTMLPurifier_Printer
 __construct ()
 
 prepareGenerator ($config)
 

Fonctions membres protégées

 renderDoctype ()
 
 renderEnvironment ()
 
 renderContentSets ()
 
 renderInfo ()
 
 renderChildren ($def)
 
 listifyTagLookup ($array)
 
 listifyObjectList ($array)
 
 listifyAttr ($array)
 
 heavyHeader ($text, $num=1)
 
- Fonctions membres protégées hérités de HTMLPurifier_Printer
 start ($tag, $attr=array())
 
 end ($tag)
 
 element ($tag, $contents, $attr=array(), $escape=true)
 
 elementEmpty ($tag, $attr=array())
 
 text ($text)
 
 row ($name, $value)
 
 escape ($string)
 
 listify ($array, $polite=false)
 
 getClass ($obj, $sec_prefix='')
 

Attributs protégés

 $def
 
- Attributs protégés hérités de HTMLPurifier_Printer
 $generator
 
 $config
 

Documentation des fonctions membres

◆ heavyHeader()

heavyHeader (   $text,
  $num = 1 
)
protected

Creates a heavy header row

Paramètres
string$text
int$num
Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ listifyAttr()

listifyAttr (   $array)
protected

Listifies a hash of attributes to AttrDef classes

Paramètres
array$arrayArray hash in form of array('attrname' => HTMLPurifier_AttrDef)
Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ listifyObjectList()

listifyObjectList (   $array)
protected

Listifies a list of objects by retrieving class names and internal state

Paramètres
array$arrayList of objects
Renvoie
string
A faire:
Also add information about internal state
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ listifyTagLookup()

listifyTagLookup (   $array)
protected

Listifies a tag lookup table.

Paramètres
array$arrayTag lookup array in form of array('tagname' => true)
Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ render()

render (   $config)
Paramètres
HTMLPurifier_Config$config
Renvoie
string
+ Voici le graphe d'appel pour cette fonction :

◆ renderChildren()

renderChildren (   $def)
protected

Renders a row describing the allowed children of an element

Paramètres
HTMLPurifier_ChildDef$defHTMLPurifier_ChildDef of pertinent element
Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ renderContentSets()

renderContentSets ( )
protected

Renders the Content Sets table

Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ renderDoctype()

renderDoctype ( )
protected

Renders the Doctype table

Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ renderEnvironment()

renderEnvironment ( )
protected

Renders environment table, which is miscellaneous info

Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ renderInfo()

renderInfo ( )
protected

Renders the Elements ($info) table

Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

Documentation des champs

◆ $def

$def
protected

@type HTMLPurifier_HTMLDefinition, for easy access


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