Öffentliche Methoden | |
__construct ($dtd_regex) | |
validateChildren ($children, $config, $context) | |
Öffentliche Methoden geerbt von HTMLPurifier_ChildDef | |
getAllowedElements ($config) | |
validateChildren ($children, $config, $context) | |
Datenfelder | |
$type = 'custom' | |
$allow_empty = false | |
$dtd_regex | |
Datenfelder geerbt von HTMLPurifier_ChildDef | |
$type | |
$allow_empty | |
$elements = array() | |
Geschützte Methoden | |
_compileRegex () | |
Private Attribute | |
$_pcre_regex | |
Custom validation class, accepts DTD child definitions
Definiert in Zeile 9 der Datei Custom.php.
__construct | ( | $dtd_regex) |
$dtd_regex | Allowed child pattern from the DTD |
Definiert in Zeile 36 der Datei Custom.php.
Benutzt $dtd_regex und _compileRegex().
|
protected |
Compiles the PCRE regex from a DTD regex ($dtd_regex to $_pcre_regex)
Definiert in Zeile 45 der Datei Custom.php.
Wird benutzt von __construct().
validateChildren | ( | $children, | |
$config, | |||
$context | |||
) |
HTMLPurifier_Node[] | $children | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Definiert in Zeile 81 der Datei Custom.php.
|
private |
PCRE regex derived from $dtd_regex. string
Definiert in Zeile 31 der Datei Custom.php.
$allow_empty = false |
bool
Definiert in Zeile 19 der Datei Custom.php.
$dtd_regex |
Allowed child pattern as defined by the DTD. string
Definiert in Zeile 25 der Datei Custom.php.
Wird benutzt von __construct().
$type = 'custom' |
string
Definiert in Zeile 14 der Datei Custom.php.