Classes | |
class | InvalidURIException |
Normalizes the string passed in, replacing \ with /. More... |
Public Types | |
typedef XalanAutoPtr< XMLURLType > | URLAutoPtrType |
Static Public Member Functions | |
static URLAutoPtrType | getURLFromString (const XalanDOMString &urlString, MemoryManagerType &theManager) |
Determine the fully qualified URI for a string. | |
static void | getURLFromString (const XalanDOMString &urlString, XMLURLType &url, MemoryManagerType &theManager) |
Determine the fully qualified URI for a string. | |
static URLAutoPtrType | getURLFromString (const XalanDOMChar *urlString, MemoryManagerType &theManager) |
Determine the fully qualified URI for a string. | |
static void | getURLFromString (const XalanDOMChar *urlString, XMLURLType &url, MemoryManagerType &theManager) |
Determine the fully qualified URI for a string. | |
static URLAutoPtrType | getURLFromString (const XalanDOMString &urlString, const XalanDOMString &base, MemoryManagerType &theManager) |
Determine the fully qualified URI for a string. | |
static URLAutoPtrType | getURLFromString (const XalanDOMChar *urlString, const XalanDOMChar *base) |
Determine the fully qualified URI for a string. | |
static void | getURLStringFromString (const XalanDOMString &urlString, XalanDOMString &theNormalizedURI) |
Determine the fully qualified URI for a string. | |
static void | getURLStringFromString (const XalanDOMChar *urlString, XalanDOMString &theNormalizedURI) |
Determine the fully qualified URI for a string. | |
static void | getURLStringFromString (const XalanDOMChar *urlString, XalanDOMString::size_type len, XalanDOMString &theNormalizedURI) |
Determine the fully qualified URI for a string. | |
static void | getURLStringFromString (const XalanDOMString &urlString, const XalanDOMString &base, XalanDOMString &theNormalizedURI) |
Determine the fully qualified URI for a string. | |
static void | getURLStringFromString (const XalanDOMChar *urlString, const XalanDOMChar *base, XalanDOMString &theNormalizedURI) |
Determine the fully qualified URI for a string. | |
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. | |
static XalanDOMString & | NormalizeURIText (XalanDOMString &uriString) |
Normalizes the string passed in, replacing \ with /. |
Static Public Attributes | |
static const XalanDOMChar | s_fileProtocolString1 [] |
static const XalanDOMChar | s_fileProtocolString2 [] |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
url | to update with the qualified string. |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
url | to update with the qualified string. |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
base | base location for URI |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
base | base location for URI |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
theNormalizedURI | fully qualified URI |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
len | the length of urlString |
theNormalizedURI | fully qualified URI |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
base | base location for URI |
theNormalizedURI | fully qualified URI |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
base | base location for URI |
theNormalizedURI | fully qualified URI |
|
static |
Determine the fully qualified URI for a string.
urlString | string to qualify |
base | base location for URI |
theNormalizedURI | fully qualified URI |
|
static |
Normalizes the string passed in, replacing \ with /.
urlString | string to normalize |
|
static |
|
static |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|