18#if !defined(URISUPPORT_HEADER_GUARD_1357924680)
19#define URISUPPORT_HEADER_GUARD_1357924680
28#include <xercesc/util/XMLURL.hpp>
66 MemoryManager& theManager)
81 MemoryManager& theManager)
94 MemoryManager& theManager);
104 const XalanDOMChar* urlString,
106 MemoryManager& theManager)
112 url.setURL(buffer.
c_str());
122 static URLAutoPtrType
126 MemoryManager& theManager)
142 static URLAutoPtrType
144 const XalanDOMChar* urlString,
145 const XalanDOMChar* base);
171 const XalanDOMChar* urlString,
174 assert(urlString != 0);
191 const XalanDOMChar* urlString,
221 const XalanDOMChar* urlString,
222 const XalanDOMChar* base,
225 assert(urlString != 0 && base != 0);
244 const XalanDOMChar* urlString,
246 const XalanDOMChar* base,
280 MemoryManager& theManager,
281 const Locator* theLocator);
290 MemoryManager& theManager);
295 virtual const XalanDOMChar*
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 const XalanDOMChar s_fileProtocolString2[]
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 const XalanDOMChar s_fileProtocolString1[]
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.
XSLException(const XalanDOMString &theMessage, MemoryManager &theManager, const Locator *theLocator)
Constructor.
const XalanDOMChar * c_str() const
xercesc::XMLURL XMLURLType