XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_HTMLModule_Presentation Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_Presentation:
Inheritance graph

Public Member Functions

 setup ($config)
 
- Public Member Functions inherited from HTMLPurifier_HTMLModule
 addBlankElement ($element)
 
 addElement ($element, $type, $contents, $attr_includes=array(), $attr=array())
 
 addElementToContentSet ($element, $type)
 
 getChildDef ($def)
 
 makeLookup ($list)
 
 mergeInAttrIncludes (&$attr, $attr_includes)
 
 parseContents ($contents)
 
 setup ($config)
 

Public Attributes

 $name = 'Presentation'
 
- Public Attributes inherited from HTMLPurifier_HTMLModule
 $attr_collections = array()
 
 $content_sets = array()
 
 $defines_child_def = false
 
 $elements = array()
 
 $info = array()
 
 $info_attr_transform_post = array()
 
 $info_attr_transform_pre = array()
 
 $info_injector = array()
 
 $info_tag_transform = array()
 
 $name
 
 $safe = true
 

Detailed Description

XHTML 1.1 Presentation Module, defines simple presentation-related markup. Text Extension Module.

Note
The official XML Schema and DTD specs further divide this into two modules:
  • Block Presentation (hr)
  • Inline Presentation (b, big, i, small, sub, sup, tt) We have chosen not to heed this distinction, as content_sets provides satisfactory disambiguation.

Definition at line 13 of file Presentation.php.

Member Function Documentation

HTMLPurifier_HTMLModule_Presentation::setup (   $config)

Definition at line 18 of file Presentation.php.

References $i, and HTMLPurifier_HTMLModule\addElement().

Here is the call graph for this function:

Member Data Documentation

HTMLPurifier_HTMLModule_Presentation::$name = 'Presentation'

Definition at line 16 of file Presentation.php.


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