Cheetah
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
HTMLPurifier_Printer_HTMLDefinition Class Reference
Inheritance diagram for HTMLPurifier_Printer_HTMLDefinition:
HTMLPurifier_Printer

Public Member Functions

 render ($config)
 
- Public Member Functions inherited from HTMLPurifier_Printer
 __construct ()
 
 prepareGenerator ($config)
 

Protected Member Functions

 renderDoctype ()
 
 renderEnvironment ()
 
 renderContentSets ()
 
 renderInfo ()
 
 renderChildren ($def)
 
 listifyTagLookup ($array)
 
 listifyObjectList ($array)
 
 listifyAttr ($array)
 
 heavyHeader ($text, $num=1)
 
- Protected Member Functions inherited from 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='')
 

Protected Attributes

 $def
 
- Protected Attributes inherited from HTMLPurifier_Printer
 $generator
 
 $config
 

Detailed Description

Definition at line 3 of file HTMLDefinition.php.

Member Function Documentation

◆ heavyHeader()

HTMLPurifier_Printer_HTMLDefinition::heavyHeader (   $text,
  $num = 1 
)
protected

Creates a heavy header row

Parameters
string$text
int$num
Returns
string

Definition at line 314 of file HTMLDefinition.php.

◆ listifyAttr()

HTMLPurifier_Printer_HTMLDefinition::listifyAttr (   $array)
protected

Listifies a hash of attributes to AttrDef classes

Parameters
array$arrayArray hash in form of array('attrname' => HTMLPurifier_AttrDef)
Returns
string

Definition at line 295 of file HTMLDefinition.php.

◆ listifyObjectList()

HTMLPurifier_Printer_HTMLDefinition::listifyObjectList (   $array)
protected

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

Parameters
array$arrayList of objects
Returns
string

Definition at line 280 of file HTMLDefinition.php.

◆ listifyTagLookup()

HTMLPurifier_Printer_HTMLDefinition::listifyTagLookup (   $array)
protected

Listifies a tag lookup table.

Parameters
array$arrayTag lookup array in form of array('tagname' => true)
Returns
string

Definition at line 261 of file HTMLDefinition.php.

◆ render()

HTMLPurifier_Printer_HTMLDefinition::render (   $config)
Parameters
HTMLPurifier_Config$config
Returns
string

Definition at line 15 of file HTMLDefinition.php.

◆ renderChildren()

HTMLPurifier_Printer_HTMLDefinition::renderChildren (   $def)
protected

Renders a row describing the allowed children of an element

Parameters
HTMLPurifier_ChildDef$defHTMLPurifier_ChildDef of pertinent element
Returns
string

Definition at line 184 of file HTMLDefinition.php.

◆ renderContentSets()

HTMLPurifier_Printer_HTMLDefinition::renderContentSets ( )
protected

Renders the Content Sets table

Returns
string

Definition at line 103 of file HTMLDefinition.php.

◆ renderDoctype()

HTMLPurifier_Printer_HTMLDefinition::renderDoctype ( )
protected

Renders the Doctype table

Returns
string

Definition at line 38 of file HTMLDefinition.php.

◆ renderEnvironment()

HTMLPurifier_Printer_HTMLDefinition::renderEnvironment ( )
protected

Renders environment table, which is miscellaneous info

Returns
string

Definition at line 57 of file HTMLDefinition.php.

◆ renderInfo()

HTMLPurifier_Printer_HTMLDefinition::renderInfo ( )
protected

Renders the Elements ($info) table

Returns
string

Definition at line 122 of file HTMLDefinition.php.

Member Data Documentation

◆ $def

HTMLPurifier_Printer_HTMLDefinition::$def
protected

@type HTMLPurifier_HTMLDefinition, for easy access

Definition at line 9 of file HTMLDefinition.php.


The documentation for this class was generated from the following file: