Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_HTMLModule_Text Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_Text:
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 = 'Text'
 
 $content_sets
 
- 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 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 17395 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ setup()

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

Reimplemented from HTMLPurifier_HTMLModule.

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

Member Data Documentation

◆ $content_sets

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

@type array

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

◆ $name

HTMLPurifier_HTMLModule_Text::$name = 'Text'

@type string

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


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