Class HTMLPurifier_URIParser

Description

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

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

Located in /library/HTMLPurifier/URIParser.php (line 7)


	
			
Variable Summary
Method Summary
HTMLPurifier_URIParser __construct ()
HTMLPurifier_URI parse ($uri $uri)
Variables
mixed $percentEncoder (line 13)

Instance of HTMLPurifier_PercentEncoder to do normalization with.

Instance of HTMLPurifier_PercentEncoder to do normalization with.

  • access: protected
Methods
Constructor __construct (line 15)
  • access: public
HTMLPurifier_URIParser __construct ()
parse (line 25)

Parses a URI.

Parses a URI.

  • return: representation of URI. This representation has not been validated yet and may not conform to RFC.
  • access: public
HTMLPurifier_URI parse ($uri $uri)
  • $uri $uri: string URI to parse

Documentation generated on Thu, 19 Jun 2008 18:50:30 -0400 by phpDocumentor 1.4.2