Defines allowed child nodes and validates tokens against it.
Defines allowed child nodes and validates tokens against it.
Located in /library/HTMLPurifier/ChildDef.php (line 6)
| Class | Description |
|---|---|
| HTMLPurifier_ChildDef_Chameleon | Definition that uses different definitions depending on context. |
| HTMLPurifier_ChildDef_Custom | Custom validation class, accepts DTD child definitions |
| HTMLPurifier_ChildDef_Empty | Definition that disallows all elements. |
| HTMLPurifier_ChildDef_Required | Definition that allows a set of elements, but disallows empty children. |
| HTMLPurifier_ChildDef_Table | Definition for tables |
Bool that indicates whether or not an empty array of children is okay This is necessary for redundant checking when changes affecting a child node may cause a parent node to now be disallowed.
Bool that indicates whether or not an empty array of children is okay This is necessary for redundant checking when changes affecting a child node may cause a parent node to now be disallowed.
Lookup array of all elements that this definition could possibly allow
Lookup array of all elements that this definition could possibly allow
Type of child definition, usually right-most part of class name lowercase.
Type of child definition, usually right-most part of class name lowercase. Used occasionally in terms of context.
Validates nodes according to definition and returns modification.
Validates nodes according to definition and returns modification.
Documentation generated on Thu, 19 Jun 2008 18:48:55 -0400 by phpDocumentor 1.4.2