|
HTMLPurifier 4.4.0
|
Validates a URI as defined by RFC 3986. More...
Public Member Functions | |
| __construct ($embeds_resource=false) | |
| make ($string) | |
| Factory method for creating this class from a string. | |
| validate ($uri, $config, $context) | |
| Validates and cleans passed string according to a definition. | |
| __construct ($embeds_resource=false) | |
| make ($string) | |
| Factory method for creating this class from a string. | |
| validate ($uri, $config, $context) | |
| Validates and cleans passed string according to a definition. | |
Protected Attributes | |
| $parser | |
| $embedsResource | |
Validates a URI as defined by RFC 3986.
| HTMLPurifier_AttrDef_URI::__construct | ( | $ | embeds_resource = false | ) |
| HTMLPurifier_AttrDef_URI::__construct | ( | $ | embeds_resource = false | ) |
| $embeds_resource_resource | Does the URI here result in an extra HTTP request? |
Definition at line 8577 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_URI::make | ( | $ | string | ) |
Factory method for creating this class from a string.
| $string | String construction info |
Reimplemented from HTMLPurifier_AttrDef.
| HTMLPurifier_AttrDef_URI::make | ( | $ | string | ) |
Factory method for creating this class from a string.
| $string | String construction info |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 8582 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_URI::validate | ( | $ | string, |
| $ | config, | ||
| $ | context | ||
| ) |
Validates and cleans passed string according to a definition.
| $string | String to be validated and cleaned. |
| $config | Mandatory HTMLPurifier_Config object. |
| $context | Mandatory HTMLPurifier_AttrContext object. |
Reimplemented from HTMLPurifier_AttrDef.
Reimplemented in HTMLPurifier_AttrDef_CSS_URI, and HTMLPurifier_AttrDef_CSS_URI.
Definition at line 8587 of file HTMLPurifier.standalone.php.
References $config, and HTMLPurifier_AttrDef::parseCDATA().
| HTMLPurifier_AttrDef_URI::validate | ( | $ | string, |
| $ | config, | ||
| $ | context | ||
| ) |
Validates and cleans passed string according to a definition.
| $string | String to be validated and cleaned. |
| $config | Mandatory HTMLPurifier_Config object. |
| $context | Mandatory HTMLPurifier_AttrContext object. |
Reimplemented from HTMLPurifier_AttrDef.
Reimplemented in HTMLPurifier_AttrDef_CSS_URI, and HTMLPurifier_AttrDef_CSS_URI.
Definition at line 26 of file URI.php.
References $config, and HTMLPurifier_AttrDef::parseCDATA().