Abstract class for a set of proprietary modules that clean up (tidy) poorly written HTML.
Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 12389)
HTMLPurifier_HTMLModule | --HTMLPurifier_HTMLModule_Tidy
| Class | Description |
|---|---|
| HTMLPurifier_HTMLModule_Tidy_Name | Name is deprecated, but allowed in strict doctypes, so onl |
| HTMLPurifier_HTMLModule_Tidy_Proprietary | Abstract class for a set of proprietary modules that clean up (tidy) poorly written HTML. |
| HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4 | Abstract class for a set of proprietary modules that clean up (tidy) poorly written HTML. |
| HTMLPurifier_HTMLModule_Tidy_XHTML | Abstract class for a set of proprietary modules that clean up (tidy) poorly written HTML. |
Default level to place all fixes in. Disabled by default
Lists of fixes used by getFixesForLevel(). Format is:
HTMLModule_Tidy->fixesForLevel[$level] = array('fix-1', 'fix-2');
List of supported levels. Index zero is a special case "no fixes" level.
Inherited from HTMLPurifier_HTMLModule
HTMLPurifier_HTMLModule::$attr_collections
HTMLPurifier_HTMLModule::$content_sets
HTMLPurifier_HTMLModule::$defines_child_def
HTMLPurifier_HTMLModule::$elements
HTMLPurifier_HTMLModule::$info
HTMLPurifier_HTMLModule::$info_attr_transform_post
HTMLPurifier_HTMLModule::$info_attr_transform_pre
HTMLPurifier_HTMLModule::$info_injector
HTMLPurifier_HTMLModule::$info_tag_transform
HTMLPurifier_HTMLModule::$name
HTMLPurifier_HTMLModule::$safe
Retrieves all fixes per a level, returning fixes for that specific level as well as all levels below it.
Parses a fix name and determines what kind of fix it is, as well
as other information defined by the fix
Defines all fixes the module will perform in a compact associative array of fix name to fix implementation.
Dynamically populates the $fixesForLevel member variable using the fixes array. It may be custom overloaded, used in conjunction with $defaultLevel, or not used at all.
Populates the module with transforms and other special-case code
based on a list of fixes passed to it
Lazy load constructs the module by determining the necessary fixes to create and then delegating to the populate() function.
Inherited From HTMLPurifier_HTMLModule
HTMLPurifier_HTMLModule::addBlankElement()
HTMLPurifier_HTMLModule::addElement()
HTMLPurifier_HTMLModule::addElementToContentSet()
HTMLPurifier_HTMLModule::getChildDef()
HTMLPurifier_HTMLModule::makeLookup()
HTMLPurifier_HTMLModule::mergeInAttrIncludes()
HTMLPurifier_HTMLModule::parseContents()
HTMLPurifier_HTMLModule::setup()
Documentation generated on Sun, 06 Mar 2011 00:24:08 -0500 by phpDocumentor 1.4.3