xmltooling::URLInputSource Class Reference

A URL-based parser source that supports a more advanced input stream. More...

#include <xmltooling/util/ParserPool.h>

List of all members.

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:.


Detailed Description

A URL-based parser source that supports a more advanced input stream.


Constructor & Destructor Documentation

xmltooling::URLInputSource::URLInputSource ( const XMLCh *  url,
const char *  systemId = NULL 
)

Constructor.

Parameters:
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:.

uri | url
identifies the remote resource
verifyHost
true iff name of host should be matched against TLS/SSL certificate
TransportOption elements, like so:
<TransportOption provider="CURL" option="150">0</TransportOption>

Parameters:
e DOM to supply configuration
systemId optional system identifier to attach to the source


The documentation for this class was generated from the following file:
Generated on Mon Oct 19 14:18:35 2009 for xmltooling by  doxygen 1.4.7