\HTMLPurifier_ChildDef_List

Definition for list containers ul and ol.

What does this do? The big thing is to handle ol/ul at the top level of list nodes, which should be handled specially by /folding/ them into the previous list node. We generally shouldn't ever see other disallowed elements, because the autoclose behavior in MakeWellFormed handles it.

Summary

Methods
Properties
Constants
getAllowedElements()
validateChildren()
$type
$allow_empty
$elements
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$type

$type

Type of child definition, usually right-most part of class name lowercase.

$allow_empty

$allow_empty

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.

$elements

$elements

Lookup array of all elements that this definition could possibly allow.

Methods

getAllowedElements()

getAllowedElements(\HTMLPurifier_Config  $config) : array

Get lookup of tag names that should not close this element automatically.

All other elements will do so.

Parameters

\HTMLPurifier_Config $config

HTMLPurifier_Config object

Returns

array —

validateChildren()

validateChildren(array  $children, \HTMLPurifier_Config  $config, \HTMLPurifier_Context  $context) : array

Validates nodes according to definition and returns modification.

Parameters

array $children
\HTMLPurifier_Config $config
\HTMLPurifier_Context $context

Returns

array —