| ILIAS
    release_5-3 Revision v5.3.23-19-g915713cf615
    | 
Parses a URI into the components and fragment identifier as specified by RFC 3986. More...
 Collaboration diagram for HTMLPurifier_URIParser:
 Collaboration diagram for HTMLPurifier_URIParser:| Public Member Functions | |
| __construct () | |
| parse ($uri) | |
| Parses a URI.  More... | |
| Protected Attributes | |
| $percentEncoder | |
| Instance of HTMLPurifier_PercentEncoder to do normalization with.  More... | |
Parses a URI into the components and fragment identifier as specified by RFC 3986.
Definition at line 7 of file URIParser.php.
| HTMLPurifier_URIParser::__construct | ( | ) | 
Definition at line 15 of file URIParser.php.
| HTMLPurifier_URIParser::parse | ( | $uri | ) | 
Parses a URI.
| $uri | string URI to parse | 
Definition at line 26 of file URIParser.php.
References $authority, $path, $query, and $result.
| 
 | protected | 
Instance of HTMLPurifier_PercentEncoder to do normalization with.
Definition at line 13 of file URIParser.php.