XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_AttrDef_URI Class Reference
Inheritance diagram for HTMLPurifier_AttrDef_URI:
Inheritance graph

Public Member Functions

 __construct ($embeds_resource=false)
 
 make ($string)
 
 validate ($uri, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_AttrDef
 make ($string)
 
 parseCDATA ($string)
 
 validate ($string, $config, $context)
 

Protected Attributes

 $embedsResource
 
 $parser
 

Additional Inherited Members

- Public Attributes inherited from HTMLPurifier_AttrDef
 $minimized = false
 
 $required = false
 
- Protected Member Functions inherited from HTMLPurifier_AttrDef
 expandCSSEscape ($string)
 
 mungeRgb ($string)
 

Detailed Description

Validates a URI as defined by RFC 3986.

Note
Scheme-specific mechanics deferred to HTMLPurifier_URIScheme

Definition at line 7 of file URI.php.

Constructor & Destructor Documentation

HTMLPurifier_AttrDef_URI::__construct (   $embeds_resource = false)
Parameters
$embeds_resource_resourceDoes the URI here result in an extra HTTP request?

Definition at line 16 of file URI.php.

Member Function Documentation

HTMLPurifier_AttrDef_URI::make (   $string)

Definition at line 21 of file URI.php.

HTMLPurifier_AttrDef_URI::validate (   $uri,
  $config,
  $context 
)

Definition at line 26 of file URI.php.

References $config, $result, and HTMLPurifier_AttrDef\parseCDATA().

Here is the call graph for this function:

Member Data Documentation

HTMLPurifier_AttrDef_URI::$embedsResource
protected

Definition at line 11 of file URI.php.

HTMLPurifier_AttrDef_URI::$parser
protected

Definition at line 10 of file URI.php.


The documentation for this class was generated from the following file: