|  | 
|  | XMLURL (MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | 
|  | 
|  | XMLURL (const XMLCh *const baseURL, const XMLCh *const relativeURL, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | 
|  | 
|  | XMLURL (const XMLCh *const baseURL, const char *const relativeURL, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | 
|  | 
|  | XMLURL (const XMLURL &baseURL, const XMLCh *const relativeURL) | 
|  | 
|  | XMLURL (const XMLURL &baseURL, const char *const relativeURL) | 
|  | 
|  | XMLURL (const XMLCh *const urlText, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | 
|  | 
|  | XMLURL (const char *const urlText, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | 
|  | 
|  | XMLURL (const XMLURL &toCopy) | 
|  | 
| virtual | ~XMLURL () | 
|  | 
| XMLURL & | operator= (const XMLURL &toAssign) | 
|  | 
| bool | operator== (const XMLURL &toCompare) const | 
|  | 
| bool | operator!= (const XMLURL &toCompare) const | 
|  | 
| const XMLCh * | getFragment () const | 
|  | 
| const XMLCh * | getHost () const | 
|  | 
| const XMLCh * | getPassword () const | 
|  | 
| const XMLCh * | getPath () const | 
|  | 
| unsigned int | getPortNum () const | 
|  | 
| Protocols | getProtocol () const | 
|  | 
| const XMLCh * | getProtocolName () const | 
|  | 
| const XMLCh * | getQuery () const | 
|  | 
| const XMLCh * | getURLText () const | 
|  | 
| const XMLCh * | getUser () const | 
|  | 
| MemoryManager * | getMemoryManager () const | 
|  | 
| void | setURL (const XMLCh *const urlText) | 
|  | 
| void | setURL (const XMLCh *const baseURL, const XMLCh *const relativeURL) | 
|  | 
| void | setURL (const XMLURL &baseURL, const XMLCh *const relativeURL) | 
|  | 
| bool | setURL (const XMLCh *const baseURL, const XMLCh *const relativeURL, XMLURL &xmlURL) | 
|  | 
| bool | isRelative () const | 
|  | 
| bool | hasInvalidChar () const | 
|  | 
| BinInputStream * | makeNewStream () const | 
|  | 
| void | makeRelativeTo (const XMLCh *const baseURLText) | 
|  | 
| void | makeRelativeTo (const XMLURL &baseURL) | 
|  | 
| void * | operator new (size_t size) | 
|  | This method overrides operator new.  More... 
 | 
|  | 
| void * | operator new (size_t size, MemoryManager *memMgr) | 
|  | This method defines a custom operator new, that will use the provided memory manager to perform the allocation.  More... 
 | 
|  | 
| void * | operator new (size_t size, void *ptr) | 
|  | This method overrides placement operator new.  More... 
 | 
|  | 
| void | operator delete (void *p) | 
|  | This method overrides operator delete.  More... 
 | 
|  | 
| void | operator delete (void *p, MemoryManager *memMgr) | 
|  | This method provides a matching delete for the custom operator new.  More... 
 | 
|  | 
| void | operator delete (void *p, void *ptr) | 
|  | This method provides a matching delete for the placement new.  More... 
 | 
|  |