Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_HTMLModule_Legacy Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_Legacy:
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 = 'Legacy'
 
- 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 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 16475 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ setup()

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

Reimplemented from HTMLPurifier_HTMLModule.

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

Member Data Documentation

◆ $name

HTMLPurifier_HTMLModule_Legacy::$name = 'Legacy'

@type string

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


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