- wxURI
Creates an empty URI.
- BuildURI
Builds the URI from its individual components and adds proper separators.
- BuildUnescapedURI
Builds the URI from its individual components, adds proper separators, and returns escape sequences to normal characters.
- Create
Creates this URI from the uri string.
- GetFragment
Obtains the fragment of this URI.
- GetHostType
Obtains the host type of this URI, which is one of wxURIHostType.
- GetPassword
Returns the password part of the userinfo component of this URI.
- GetPath
Returns the (normalized) path of the URI.
- GetPort
Returns a string representation of the URI's port.
- GetQuery
Returns the Query component of the URI.
- GetScheme
Returns the Scheme component of the URI.
- GetServer
Returns the Server component of the URI.
- GetUser
Returns the username part of the userinfo component of this URI.
- GetUserInfo
Returns the UserInfo component of the URI.
- HasFragment
Returns true if the Fragment component of the URI exists.
- HasPath
Returns true if the Path component of the URI exists.
- HasPort
Returns true if the Port component of the URI exists.
- HasQuery
Returns true if the Query component of the URI exists.
- HasScheme
Returns true if the Scheme component of the URI exists.
- HasServer
Returns true if the Server component of the URI exists.
- HasUserInfo
Returns true if the User component of the URI exists.
- IsReference
Returns true if a valid [absolute] URI, otherwise this URI is a URI reference and not a full URI, and this function returns false.
- Resolve
Inherits this URI from a base URI - components that do not exist in this URI are copied from the base, and if this URI's path is not an absolute path (prefixed by a '/'), then this URI's path is merged with the base's path.