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

Public Member Functions

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

Public Attributes

 $type = 'custom'
 
 $allow_empty = false
 
 $dtd_regex
 
- Public Attributes inherited from HTMLPurifier_ChildDef
 $type
 
 $allow_empty
 
 $elements = array()
 

Protected Member Functions

 _compileRegex ()
 

Detailed Description

Custom validation class, accepts DTD child definitions

Warning
Currently this class is an all or nothing proposition, that is, it will only give a bool return value.

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_ChildDef_Custom::__construct (   $dtd_regex)
Parameters
$dtd_regexAllowed child pattern from the DTD

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

Member Function Documentation

◆ _compileRegex()

HTMLPurifier_ChildDef_Custom::_compileRegex ( )
protected

Compiles the PCRE regex from a DTD regex ($dtd_regex to $_pcre_regex)

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

◆ validateChildren()

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

Reimplemented from HTMLPurifier_ChildDef.

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

Member Data Documentation

◆ $allow_empty

HTMLPurifier_ChildDef_Custom::$allow_empty = false

@type bool

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

◆ $dtd_regex

HTMLPurifier_ChildDef_Custom::$dtd_regex

Allowed child pattern as defined by the DTD. @type string

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

◆ $type

HTMLPurifier_ChildDef_Custom::$type = 'custom'

@type string

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


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