XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_HTMLModule_Text Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_Text:
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

 $content_sets
 
 $name = 'Text'
 
- 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 Text Module, defines basic text containers. Core Module.

Note
In the normative XML Schema specification, this module is further abstracted into the following modules:
  • Block Phrasal (address, blockquote, pre, h1, h2, h3, h4, h5, h6)
  • Block Structural (div, p)
  • Inline Phrasal (abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var)
  • Inline Structural (br, span) This module, functionally, does not distinguish between these sub-modules, but the code is internally structured to reflect these distinctions.

Definition at line 15 of file Text.php.

Member Function Documentation

HTMLPurifier_HTMLModule_Text::setup (   $config)

Definition at line 23 of file Text.php.

References HTMLPurifier_HTMLModule\addElement(), and HTMLPurifier_HTMLModule\makeLookup().

Here is the call graph for this function:

Member Data Documentation

HTMLPurifier_HTMLModule_Text::$content_sets
Initial value:
= array(
'Flow' => 'Heading | Block | Inline'
)

Definition at line 19 of file Text.php.

HTMLPurifier_HTMLModule_Text::$name = 'Text'

Definition at line 18 of file Text.php.


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