|
Cheetah
|
Public Member Functions | |
| makeFixes () | |
| getChildDef ($def) | |
Public Member Functions inherited from HTMLPurifier_HTMLModule_Tidy | |
| setup ($config) | |
| getFixesForLevel ($level) | |
| makeFixesForLevel ($fixes) | |
| populate ($fixes) | |
| getFixType ($name) | |
Public Member Functions inherited from HTMLPurifier_HTMLModule | |
| 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 = 'Tidy_Strict' | |
| $defaultLevel = 'light' | |
| $defines_child_def = true | |
Public Attributes inherited from HTMLPurifier_HTMLModule_Tidy | |
| $levels = array(0 => 'none', 'light', 'medium', 'heavy') | |
| $defaultLevel = null | |
| $fixesForLevel | |
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 | |
Definition at line 17972 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_Strict::getChildDef | ( | $def | ) |
| HTMLPurifier_ElementDef | $def |
Reimplemented from HTMLPurifier_HTMLModule.
Definition at line 18003 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_Strict::makeFixes | ( | ) |
Reimplemented from HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4.
Definition at line 17987 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_Strict::$defaultLevel = 'light' |
@type string
Definition at line 17982 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_Strict::$defines_child_def = true |
@type bool
Definition at line 17997 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_Strict::$name = 'Tidy_Strict' |
@type string
Definition at line 17977 of file HTMLPurifier.standalone.php.