#include <xmltooling/util/ParserPool.h>
Public Member Functions | |
URLInputSource (const XMLCh *url, const char *systemId=0, std::string *cacheTag=0) | |
Constructor. | |
URLInputSource (const xercesc::DOMElement *e, const char *systemId=0, std::string *cacheTag=0) | |
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. |
|
Constructor.
|
|
Constructor taking a DOM element supporting the following content:.
|