Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_ChildDef_Empty Class Reference
Inheritance diagram for HTMLPurifier_ChildDef_Empty:
HTMLPurifier_ChildDef

Public Member Functions

 __construct ()
 
 validateChildren ($children, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_ChildDef
 getAllowedElements ($config)
 

Public Attributes

 $allow_empty = true
 
 $type = 'empty'
 
- Public Attributes inherited from HTMLPurifier_ChildDef
 $type
 
 $allow_empty
 
 $elements = array()
 

Detailed Description

Definition that disallows all elements.

Warning
validateChildren() in this class is actually never called, because empty elements are corrected in HTMLPurifier_Strategy_MakeWellFormed before child definitions are parsed in earnest by HTMLPurifier_Strategy_FixNesting.

Definition at line 14699 of file HTMLPurifier.standalone.php.

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_ChildDef_Empty::__construct ( )

Definition at line 14711 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ validateChildren()

HTMLPurifier_ChildDef_Empty::validateChildren (   $children,
  $config,
  $context 
)
Parameters
HTMLPurifier_Node[]$children
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
array

Reimplemented from HTMLPurifier_ChildDef.

Definition at line 14721 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $allow_empty

HTMLPurifier_ChildDef_Empty::$allow_empty = true

@type bool

Definition at line 14704 of file HTMLPurifier.standalone.php.

◆ $type

HTMLPurifier_ChildDef_Empty::$type = 'empty'

@type string

Definition at line 14709 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: