|
Cheetah
|
Public Member Functions | |
| __construct ($embeds_resource=false) | |
| make ($string) | |
| validate ($uri, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
| parseCDATA ($string) | |
Protected Attributes | |
| $parser | |
| $embedsResource | |
Additional Inherited Members | |
Public Attributes inherited from HTMLPurifier_AttrDef | |
| $minimized = false | |
| $required = false | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
| mungeRgb ($string) | |
| expandCSSEscape ($string) | |
Validates a URI as defined by RFC 3986.
Definition at line 10817 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_URI::__construct | ( | $embeds_resource = false | ) |
| bool | $embeds_resource | Does the URI here result in an extra HTTP request? |
Definition at line 10833 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_URI::make | ( | $string | ) |
| string | $string |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 10843 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_URI::validate | ( | $uri, | |
| $config, | |||
| $context | |||
| ) |
| string | $uri | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
Reimplemented in HTMLPurifier_AttrDef_CSS_URI.
Definition at line 10855 of file HTMLPurifier.standalone.php.
|
protected |
@type bool
Definition at line 10828 of file HTMLPurifier.standalone.php.
|
protected |
@type HTMLPurifier_URIParser
Definition at line 10823 of file HTMLPurifier.standalone.php.