ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
HTMLPurifier_HTMLModule_Tidy_Strict Class Reference
+ Inheritance diagram for HTMLPurifier_HTMLModule_Tidy_Strict:
+ Collaboration diagram for HTMLPurifier_HTMLModule_Tidy_Strict:

Public Member Functions

 makeFixes ()
 getChildDef ($def)

Data Fields

 $name = 'Tidy_Strict'
 string
 $defaultLevel = 'light'
 string
 $defines_child_def = true
 bool

Detailed Description

Definition at line 3 of file Strict.php.

Member Function Documentation

HTMLPurifier_HTMLModule_Tidy_Strict::getChildDef (   $def)
Parameters
HTMLPurifier_ElementDef$def
Returns
HTMLPurifier_ChildDef_StrictBlockquote

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 34 of file Strict.php.

{
if ($def->content_model_type != 'strictblockquote') {
return parent::getChildDef($def);
}
return new HTMLPurifier_ChildDef_StrictBlockquote($def->content_model);
}
HTMLPurifier_HTMLModule_Tidy_Strict::makeFixes ( )
Returns
array

Reimplemented from HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4.

Definition at line 18 of file Strict.php.

{
$r['blockquote#content_model_type'] = 'strictblockquote';
return $r;
}

Field Documentation

HTMLPurifier_HTMLModule_Tidy_Strict::$defaultLevel = 'light'

string

Definition at line 13 of file Strict.php.

HTMLPurifier_HTMLModule_Tidy_Strict::$defines_child_def = true

bool

Definition at line 28 of file Strict.php.

HTMLPurifier_HTMLModule_Tidy_Strict::$name = 'Tidy_Strict'

string

Definition at line 8 of file Strict.php.


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