#include <xmltooling/util/ParserPool.h>
Public Member Functions | |
URLInputSource (const XMLCh *url, const char *systemId=NULL) | |
Constructor. | |
URLInputSource (const xercesc::DOMElement *e, const char *systemId=NULL) | |
Constructor taking a DOM element supporting the following content:. |
xmltooling::URLInputSource::URLInputSource | ( | const XMLCh * | url, | |
const char * | systemId = NULL | |||
) |
Constructor.
url | source of input | |
systemId | optional system identifier to attach to the source |
xmltooling::URLInputSource::URLInputSource | ( | const xercesc::DOMElement * | e, | |
const char * | systemId = NULL | |||
) |
Constructor taking a DOM element supporting the following content:.
e | DOM to supply configuration | |
systemId | optional system identifier to attach to the source |