XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_HTMLModule_Legacy Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_Legacy:
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 = 'Legacy'
 
- 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 Legacy module defines elements that were previously deprecated.

Note
Not all legacy elements have been implemented yet, which is a bit of a reverse problem as compared to browsers! In addition, this legacy module may implement a bit more than mandated by XHTML 1.1.

This module can be used in combination with TransformToStrict in order to transform as many deprecated elements as possible, but retain questionably deprecated elements that do not have good alternatives as well as transform elements that don't have an implementation. See docs/ref-strictness.txt for more details.

Definition at line 19 of file Legacy.php.

Member Function Documentation

HTMLPurifier_HTMLModule_Legacy::setup (   $config)

Definition at line 24 of file Legacy.php.

References $form, $i, HTMLPurifier_HTMLModule\addBlankElement(), and HTMLPurifier_HTMLModule\addElement().

Here is the call graph for this function:

Member Data Documentation

HTMLPurifier_HTMLModule_Legacy::$name = 'Legacy'

Definition at line 22 of file Legacy.php.


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