Xerces-C++ 3.3.0
|
This is the complete list of members for XMLUri, including all inherited members.
getFragment() const | XMLUri | |
getHost() const | XMLUri | |
getPath() const | XMLUri | |
getPort() const | XMLUri | |
getQueryString() const | XMLUri | |
getRegBasedAuthority() const | XMLUri | |
getScheme() const | XMLUri | |
getUriText() const | XMLUri | |
getUserInfo() const | XMLUri | |
isURIString(const XMLCh *const uric) | XMLUri | static |
isValidURI(const XMLUri *const baseURI, const XMLCh *const uriStr, bool bAllowSpaces=false) | XMLUri | static |
isValidURI(bool haveBaseURI, const XMLCh *const uriStr, bool bAllowSpaces=false) | XMLUri | static |
normalizeURI(const XMLCh *const systemURI, XMLBuffer &normalizedURI) | XMLUri | static |
operator delete(void *p) | XMemory | |
operator delete(void *p, MemoryManager *memMgr) | XMemory | |
operator delete(void *p, void *ptr) | XMemory | |
operator new(size_t size) | XMemory | |
operator new(size_t size, MemoryManager *memMgr) | XMemory | |
operator new(size_t size, void *ptr) | XMemory | |
operator=(const XMLUri &toAssign) | XMLUri | |
setFragment(const XMLCh *const newFragment) | XMLUri | |
setHost(const XMLCh *const newHost) | XMLUri | |
setPath(const XMLCh *const newPath) | XMLUri | |
setPort(int newPort) | XMLUri | |
setQueryString(const XMLCh *const newQueryString) | XMLUri | |
setRegBasedAuthority(const XMLCh *const newRegAuth) | XMLUri | |
setScheme(const XMLCh *const newScheme) | XMLUri | |
setUserInfo(const XMLCh *const newUserInfo) | XMLUri | |
XMemory() | XMemory | protected |
XMLUri(const XMLCh *const uriSpec, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | XMLUri | |
XMLUri(const XMLUri *const baseURI, const XMLCh *const uriSpec, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | XMLUri | |
XMLUri(const XMLUri &toCopy) | XMLUri | |
XMLUri(MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | XMLUri | |
~XMLUri() | XMLUri | virtual |