| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Definition for tables. More...
 Inheritance diagram for HTMLPurifier_ChildDef_Table:
 Inheritance diagram for HTMLPurifier_ChildDef_Table: Collaboration diagram for HTMLPurifier_ChildDef_Table:
 Collaboration diagram for HTMLPurifier_ChildDef_Table:| Public Member Functions | |
| __construct () | |
| validateChildren ($tokens_of_children, $config, $context) | |
| Validates nodes according to definition and returns modification. | |
|  Public Member Functions inherited from HTMLPurifier_ChildDef | |
| getAllowedElements ($config) | |
| Get lookup of tag names that should not close this element automatically. | |
| Data Fields | |
| $allow_empty = false | |
| $type = 'table' | |
| $elements | |
|  Data Fields inherited from HTMLPurifier_ChildDef | |
| $type | |
| Type of child definition, usually right-most part of class name lowercase. | |
| $allow_empty | |
| Bool that indicates whether or not an empty array of children is okay. | |
| $elements = array() | |
| Lookup array of all elements that this definition could possibly allow. | |
| HTMLPurifier_ChildDef_Table::validateChildren | ( | $tokens_of_children, | |
| $config, | |||
| $context | |||
| ) | 
Validates nodes according to definition and returns modification.
| $tokens_of_children | Array of HTMLPurifier_Token | 
| $config | HTMLPurifier_Config object | 
| $context | HTMLPurifier_Context object | 
Reimplemented from HTMLPurifier_ChildDef.
Definition at line 13 of file Table.php.
References $ret.
| HTMLPurifier_ChildDef_Table::$elements |