| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Implements data: URI for base64 encoded images supported by GD. More...
 Inheritance diagram for HTMLPurifier_URIScheme_data:
 Inheritance diagram for HTMLPurifier_URIScheme_data: Collaboration diagram for HTMLPurifier_URIScheme_data:
 Collaboration diagram for HTMLPurifier_URIScheme_data:| Public Member Functions | |
| doValidate (&$uri, $config, $context) | |
| Validates the components of a URI for a specific scheme. | |
| muteErrorHandler ($errno, $errstr) | |
|  Public Member Functions inherited from HTMLPurifier_URIScheme | |
| validate (&$uri, $config, $context) | |
| Public interface for validating components of a URI. | |
| Data Fields | |
| $browsable = true | |
| $allowed_types | |
| $may_omit_host = true | |
|  Data Fields inherited from HTMLPurifier_URIScheme | |
| $default_port = null | |
| Scheme's default port (integer). | |
| $browsable = false | |
| Whether or not URIs of this schem are locatable by a browser http and ftp are accessible, while mailto and news are not. | |
| $secure = false | |
| Whether or not data transmitted over this scheme is encrypted. | |
| $hierarchical = false | |
| Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute. | |
| $may_omit_host = false | |
| Whether or not the URI may omit a hostname when the scheme is explicitly specified, ala file:///path/to/file. | |
Implements data: URI for base64 encoded images supported by GD.
| HTMLPurifier_URIScheme_data::doValidate | ( | & | $uri, | 
| $config, | |||
| $context | |||
| ) | 
Validates the components of a URI for a specific scheme.
| $uri | Reference to a HTMLPurifier_URI object | 
| $config | HTMLPurifier_Config object | 
| $context | HTMLPurifier_Context object | 
Reimplemented from HTMLPurifier_URIScheme.
Definition at line 20 of file data.php.
References $file, and $result.
| HTMLPurifier_URIScheme_data::muteErrorHandler | ( | $errno, | |
| $errstr | |||
| ) | 
| HTMLPurifier_URIScheme_data::$allowed_types |