![]() |
Qore XML Module 1.6.1
|
The AbstractXmlIoInputCallback class provides an interface for providing input callbacks to libxml2 More...
#include <QC_AbstractXmlIoInputCallback.dox.h>
Public Member Methods | |
| constructor () | |
| creates a new AbstractXmlIoInputCallback object | |
| abstract *InputStream | open (string url) |
| returns an InputStream for the requested resource or nothing if the resource cannot be served | |
The AbstractXmlIoInputCallback class provides an interface for providing input callbacks to libxml2
| Qore::Xml::AbstractXmlIoInputCallback::constructor | ( | ) |
creates a new AbstractXmlIoInputCallback object
| abstract *InputStream Qore::Xml::AbstractXmlIoInputCallback::open | ( | string | url | ) |
returns an InputStream for the requested resource or nothing if the resource cannot be served
| url | a URL to the resource; examples:
|