HTMLPurifier 4.4.0
HTMLPurifier_AttrDef_URI Class Reference

Validates a URI as defined by RFC 3986. More...

Inheritance diagram for HTMLPurifier_AttrDef_URI:
HTMLPurifier_AttrDef HTMLPurifier_AttrDef HTMLPurifier_AttrDef_CSS_URI HTMLPurifier_AttrDef_CSS_URI

List of all members.

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

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.

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

Definition at line 8577 of file HTMLPurifier.standalone.php.


Member Function Documentation

HTMLPurifier_AttrDef_URI::make ( string)

Factory method for creating this class from a string.

Parameters:
$stringString construction info
Returns:
Created AttrDef object corresponding to $string

Reimplemented from HTMLPurifier_AttrDef.

Definition at line 21 of file URI.php.

HTMLPurifier_AttrDef_URI::make ( string)

Factory method for creating this class from a string.

Parameters:
$stringString construction info
Returns:
Created AttrDef object corresponding to $string

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.

Parameters:
$stringString to be validated and cleaned.
$configMandatory HTMLPurifier_Config object.
$contextMandatory 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.

Parameters:
$stringString to be validated and cleaned.
$configMandatory HTMLPurifier_Config object.
$contextMandatory 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().


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 files: