A URL-based parser source that supports a more advanced input stream. More...
#include <xmltooling/util/ParserPool.h>
Public Member Functions | |
URLInputSource (const XMLCh *url, const char *systemId=0, std::string *cacheTag=0, std::string backingFile="") | |
Constructor. | |
URLInputSource (const xercesc::DOMElement *e, const char *systemId=0, std::string *cacheTag=0, std::string backingFile="") | |
Constructor taking a DOM element supporting the following content:. | |
Static Public Attributes | |
static const char | asciiStatusCodeElementName [] |
Element name used to signal a non-successful response when fetching a remote document. | |
static const XMLCh | utf16StatusCodeElementName [] |
Element name used to signal a non-successful response when fetching a remote document. |
A URL-based parser source that supports a more advanced input stream.
xmltooling::URLInputSource::URLInputSource | ( | const XMLCh * | url, | |
const char * | systemId = 0 , |
|||
std::string * | cacheTag = 0 , |
|||
std::string | backingFile = "" | |||
) |
Constructor.
url | source of input | |
systemId | optional system identifier to attach to the source | |
cacheTag | optional pointer to string used for cache management | |
backingFile | optional name of file to save inout stream to. |
xmltooling::URLInputSource::URLInputSource | ( | const xercesc::DOMElement * | e, | |
const char * | systemId = 0 , |
|||
std::string * | cacheTag = 0 , |
|||
std::string | backingFile = "" | |||
) |
Constructor taking a DOM element supporting the following content:.
e | DOM to supply configuration | |
systemId | optional system identifier to attach to the source | |
cacheTag | optional pointer to string used for cache management | |
backingFile | optional name of file to save inout stream to. |
const char xmltooling::URLInputSource::asciiStatusCodeElementName[] [static] |
Element name used to signal a non-successful response when fetching a remote document.
const XMLCh xmltooling::URLInputSource::utf16StatusCodeElementName[] [static] |
Element name used to signal a non-successful response when fetching a remote document.