Xbasic

Extension::URIParse Class

Description

Parse and construct URI strings.

Properties

schemeCharacter

String scheme property

portCharacter

String port property

userInfoCharacter

String userInfo property

hostCharacter

String host property

pathCharacter

String path property

queryCharacter

String query property

fragmentCharacter

String fragment property

Methods

BuildURI Method

Build parts into a URI.

CombineURI Method

Add missing elements from other URI.

ParseURI Method

Parse a URI into separate parts.

See Also