15 $result = parent::validateChildren($tokens_of_children, $config, $context);
18 if (empty($tokens_of_children))
return true;
19 elseif ($this->whitespace)
return $tokens_of_children;
Definition that allows a set of elements, but disallows empty children.
Definition that allows a set of elements, and allows no children.
validateChildren($tokens_of_children, $config, $context)