18#if !defined(URISUPPORT_HEADER_GUARD_1357924680)
19#define URISUPPORT_HEADER_GUARD_1357924680
28#include <xercesc/util/XMLURL.hpp>
122 static URLAutoPtrType
142 static URLAutoPtrType
176 getURLStringFromString(
227 getURLStringFromString(
231 XalanDOMString::length(base),
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Normalizes the string passed in, replacing \ with /.
InvalidURIException(const XalanDOMString &theMessage, MemoryManager &theManager)
Construct an InvalidURIException.
InvalidURIException(const XalanDOMString &theMessage, MemoryManager &theManager, const Locator *theLocator)
Construct an InvalidURIException.
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
virtual ~InvalidURIException()
static URLAutoPtrType getURLFromString(const XalanDOMString &urlString, MemoryManager &theManager)
Determine the fully qualified URI for a string.
static URLAutoPtrType getURLFromString(const XalanDOMString &urlString, const XalanDOMString &base, MemoryManager &theManager)
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 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 getURLFromString(const XalanDOMString &urlString, XMLURLType &url, MemoryManager &theManager)
Determine the fully qualified URI for a string.
static void getURLFromString(const XalanDOMChar *urlString, XMLURLType &url, MemoryManager &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 URLAutoPtrType getURLFromString(const XalanDOMChar *urlString, MemoryManager &theManager)
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.
XalanAutoPtr< XMLURLType > URLAutoPtrType
static XalanDOMString & NormalizeURIText(XalanDOMString &uriString)
Normalizes the string passed in, replacing \ with /.
static void getURLStringFromString(const XalanDOMString &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.
const XalanDOMChar * c_str() const
xercesc::XMLURL XMLURLType