Public Methods |
| XMLUri (const XMLCh *const uriSpec) |
| Construct a new URI from a URI specification string. More...
|
| XMLUri (const XMLUri *const baseURI,const XMLCh *const uriSpec) |
| Construct a new URI from a base URI and a URI specification string. More...
|
virtual | ~XMLUri () |
const XMLCh* | getScheme ()const |
| Get the scheme for this URI. More...
|
const XMLCh* | getUserInfo ()const |
| Get the userinfo for this URI. More...
|
const XMLCh* | getHost ()const |
| Get the host for this URI. More...
|
int | getPort ()const |
| Get the port for this URI. More...
|
const XMLCh* | getPath ()const |
| Get the path for this URI. More...
|
const XMLCh* | getQueryString ()const |
| Get the query string for this URI. More...
|
const XMLCh* | getFragment ()const |
| Get the fragment for this URI. More...
|
void | setScheme (const XMLCh *const newScheme) |
| Set the scheme for this URI. More...
|
void | setUserInfo (const XMLCh *const newUserInfo) |
| Set the userinfo for this URI. More...
|
void | setHost (const XMLCh *const newHost) |
| Set the host for this URI. More...
|
void | setPort (int newPort) |
| Set the port for this URI. More...
|
void | setPath (const XMLCh *const newPath) |
| Set the path for this URI. More...
|
void | setQueryString (const XMLCh *const newQueryString) |
| Set the query string for this URI. More...
|
void | setFragment (const XMLCh *const newFragment) |
| Set the fragment for this URI. More...
|