XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_ChildDef_Empty Class Reference
Inheritance diagram for HTMLPurifier_ChildDef_Empty:
Inheritance graph

Public Member Functions

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

Public Attributes

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

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 10 of file Empty.php.

Constructor & Destructor Documentation

HTMLPurifier_ChildDef_Empty::__construct ( )

Definition at line 14 of file Empty.php.

Member Function Documentation

HTMLPurifier_ChildDef_Empty::validateChildren (   $tokens_of_children,
  $config,
  $context 
)

Definition at line 15 of file Empty.php.

Member Data Documentation

HTMLPurifier_ChildDef_Empty::$allow_empty = true

Definition at line 12 of file Empty.php.

HTMLPurifier_ChildDef_Empty::$type = 'empty'

Definition at line 13 of file Empty.php.


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