Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_HTMLModule_Presentation Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_Presentation:
HTMLPurifier_HTMLModule

Public Member Functions

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

Public Attributes

 $name = 'Presentation'
 
- Public Attributes inherited from HTMLPurifier_HTMLModule
 $name
 
 $elements = array()
 
 $info = array()
 
 $content_sets = array()
 
 $attr_collections = array()
 
 $info_tag_transform = array()
 
 $info_attr_transform_pre = array()
 
 $info_attr_transform_post = array()
 
 $info_injector = array()
 
 $defines_child_def = false
 
 $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 16845 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ setup()

HTMLPurifier_HTMLModule_Presentation::setup (   $config)
Parameters
HTMLPurifier_Config$config

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 16856 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $name

HTMLPurifier_HTMLModule_Presentation::$name = 'Presentation'

@type string

Definition at line 16851 of file HTMLPurifier.standalone.php.


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