#include <xmltooling/util/CurlURLInputStream.h>
Public Member Functions | |
CurlURLInputStream (const char *url) | |
Constructor. | |
CurlURLInputStream (const XMLCh *url) | |
Constructor. | |
CurlURLInputStream (const xercesc::DOMElement *e) | |
Constructor taking a DOM element supporting the following content:. | |
unsigned int | curPos () const |
xsecsize_t | readBytes (XMLByte *const toFill, const xsecsize_t maxToRead) |
xmltooling::CurlURLInputStream::CurlURLInputStream | ( | const char * | url | ) |
Constructor.
url | the URL of the resource to fetch |
xmltooling::CurlURLInputStream::CurlURLInputStream | ( | const XMLCh * | url | ) |
Constructor.
url | the URL of the resource to fetch |
xmltooling::CurlURLInputStream::CurlURLInputStream | ( | const xercesc::DOMElement * | e | ) |
Constructor taking a DOM element supporting the following content:.
e | DOM to supply configuration |