$elements
$elements :
Lookup array of all elements that this definition could possibly allow.
Definition that allows a set of elements, and allows no children.
validateChildren(array $children, \HTMLPurifier_Config $config, \HTMLPurifier_Context $context) : array
Validates nodes according to definition and returns modification.
| array | $children | Array of HTMLPurifier_Node |
| \HTMLPurifier_Config | $config | HTMLPurifier_Config object |
| \HTMLPurifier_Context | $context | HTMLPurifier_Context object |
getAllowedElements(\HTMLPurifier_Config $config) : array
Get lookup of tag names that should not close this element automatically.
All other elements will do so.
| \HTMLPurifier_Config | $config | HTMLPurifier_Config object |