HTMLPurifier 4.4.0
HTMLPurifier_URIParser Class Reference

Parses a URI into the components and fragment identifier as specified by RFC 3986. More...

List of all members.

Public Member Functions

 __construct ()
 parse ($uri)
 Parses a URI.
 __construct ()
 parse ($uri)
 Parses a URI.

Protected Attributes

 $percentEncoder
 Instance of HTMLPurifier_PercentEncoder to do normalization with.

Detailed Description

Parses a URI into the components and fragment identifier as specified by RFC 3986.

Definition at line 7 of file URIParser.php.


Constructor & Destructor Documentation

HTMLPurifier_URIParser::__construct ( )

Definition at line 15 of file URIParser.php.

HTMLPurifier_URIParser::__construct ( )

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


Member Function Documentation

HTMLPurifier_URIParser::parse ( uri)

Parses a URI.

Parameters:
$uristring URI to parse
Returns:
HTMLPurifier_URI representation of URI. This representation has not been validated yet and may not conform to RFC.

Definition at line 25 of file URIParser.php.

HTMLPurifier_URIParser::parse ( uri)

Parses a URI.

Parameters:
$uristring URI to parse
Returns:
HTMLPurifier_URI representation of URI. This representation has not been validated yet and may not conform to RFC.

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


Member Data Documentation

HTMLPurifier_URIParser::$percentEncoder [protected]

Instance of HTMLPurifier_PercentEncoder to do normalization with.

Definition at line 13 of file URIParser.php.


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