|
XOOPS 2.5.6
Final
|

Public Member Functions | |
| getAllowedElements ($config) | |
| validateChildren ($tokens_of_children, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_ChildDef_Required | |
| __construct ($elements) | |
| validateChildren ($tokens_of_children, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_ChildDef | |
| getAllowedElements ($config) | |
| validateChildren ($tokens_of_children, $config, $context) | |
Public Attributes | |
| $allow_empty = true | |
| $type = 'strictblockquote' | |
Public Attributes inherited from HTMLPurifier_ChildDef_Required | |
| $allow_empty = false | |
| $elements = array() | |
| $type = 'required' | |
Public Attributes inherited from HTMLPurifier_ChildDef | |
| $allow_empty | |
| $elements = array() | |
| $type | |
Protected Attributes | |
| $fake_elements | |
| $init = false | |
| $real_elements | |
Protected Attributes inherited from HTMLPurifier_ChildDef_Required | |
| $whitespace = false | |
Private Member Functions | |
| init ($config) | |
Takes the contents of blockquote when in strict and reformats for validation.
Definition at line 6 of file StrictBlockquote.php.
| HTMLPurifier_ChildDef_StrictBlockquote::getAllowedElements | ( | $config | ) |
Definition at line 18 of file StrictBlockquote.php.
References $config, $fake_elements, and init().

|
private |
Definition at line 76 of file StrictBlockquote.php.
References $config, and HTMLPurifier_ChildDef_Required\$elements.
Referenced by getAllowedElements(), and validateChildren().

| HTMLPurifier_ChildDef_StrictBlockquote::validateChildren | ( | $tokens_of_children, | |
| $config, | |||
| $context | |||
| ) |
Definition at line 23 of file StrictBlockquote.php.
References $config, $fake_elements, $i, $real_elements, $result, $ret, $token, and init().

| HTMLPurifier_ChildDef_StrictBlockquote::$allow_empty = true |
Definition at line 10 of file StrictBlockquote.php.
|
protected |
Definition at line 9 of file StrictBlockquote.php.
Referenced by getAllowedElements(), and validateChildren().
|
protected |
Definition at line 12 of file StrictBlockquote.php.
|
protected |
Definition at line 8 of file StrictBlockquote.php.
Referenced by validateChildren().
| HTMLPurifier_ChildDef_StrictBlockquote::$type = 'strictblockquote' |
Definition at line 11 of file StrictBlockquote.php.