|
static URLAutoPtrType | getURLFromString (const XalanDOMString &urlString, MemoryManagerType &theManager) |
| Determine the fully qualified URI for a string. More...
|
|
static void | getURLFromString (const XalanDOMString &urlString, XMLURLType &url, MemoryManagerType &theManager) |
| Determine the fully qualified URI for a string. More...
|
|
static URLAutoPtrType | getURLFromString (const XalanDOMChar *urlString, MemoryManagerType &theManager) |
| Determine the fully qualified URI for a string. More...
|
|
static void | getURLFromString (const XalanDOMChar *urlString, XMLURLType &url, MemoryManagerType &theManager) |
| Determine the fully qualified URI for a string. More...
|
|
static URLAutoPtrType | getURLFromString (const XalanDOMString &urlString, const XalanDOMString &base, MemoryManagerType &theManager) |
| Determine the fully qualified URI for a string. More...
|
|
static URLAutoPtrType | getURLFromString (const XalanDOMChar *urlString, const XalanDOMChar *base) |
| Determine the fully qualified URI for a string. More...
|
|
static void | getURLStringFromString (const XalanDOMString &urlString, XalanDOMString &theNormalizedURI) |
| Determine the fully qualified URI for a string. More...
|
|
static void | getURLStringFromString (const XalanDOMChar *urlString, XalanDOMString &theNormalizedURI) |
| Determine the fully qualified URI for a string. More...
|
|
static void | getURLStringFromString (const XalanDOMChar *urlString, XalanDOMString::size_type len, XalanDOMString &theNormalizedURI) |
| Determine the fully qualified URI for a string. More...
|
|
static void | getURLStringFromString (const XalanDOMString &urlString, const XalanDOMString &base, XalanDOMString &theNormalizedURI) |
| Determine the fully qualified URI for a string. More...
|
|
static void | getURLStringFromString (const XalanDOMChar *urlString, const XalanDOMChar *base, XalanDOMString &theNormalizedURI) |
| Determine the fully qualified URI for a string. More...
|
|
static void | getURLStringFromString (const XalanDOMChar *urlString, XalanDOMString::size_type urlStringLen, const XalanDOMChar *base, XalanDOMString::size_type baseLen, XalanDOMString &theNormalizedURI) |
| Determine the fully qualified URI for a string. More...
|
|
static XalanDOMString & | NormalizeURIText (XalanDOMString &uriString) |
| Normalizes the string passed in, replacing \ with /. More...
|
|