See Release Notes
Long Term Support Release
(no description)
File Size: | 102 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLPurifier_ChildDef_Custom:: (3 methods):
__construct()
_compileRegex()
validateChildren()
Class: HTMLPurifier_ChildDef_Custom - X-Ref
Custom validation class, accepts DTD child definitions__construct($dtd_regex) X-Ref |
param: $dtd_regex Allowed child pattern from the DTD |
_compileRegex() X-Ref |
Compiles the PCRE regex from a DTD regex ($dtd_regex to $_pcre_regex) |
validateChildren($children, $config, $context) X-Ref |
param: HTMLPurifier_Node[] $children param: HTMLPurifier_Config $config param: HTMLPurifier_Context $context return: bool |