chance of wxURI "failing" on construction/creation.
wxURI supports copy construction and standard assignment operators. wxURI
- can also be inherited from to provide furthur functionality.
+ can also be inherited from to provide further functionality.
To obtain individual components you can use one of the GetXXX() methods.
However, you should check HasXXX() before calling a get method, which
@endcode
@note On URIs with a "file" scheme wxURI does not parse the userinfo,
- server, or port portion. This is to keep compatability with
+ server, or port portion. This is to keep compatibility with
wxFileSystem, the old wxURL, and older url specifications.
@library{wxbase}