$darkmode
The AbstractXmlIoInputCallback class provides an interface for providing input callbacks to libxml2 More...
Public Member Methods | |
| constructor () | |
| creates a new AbstractXmlIoInputCallback object More... | |
| abstract *InputStream | open (string url) |
| returns an InputStream for the requested resource or nothing if the resource cannot be served More... | |
The AbstractXmlIoInputCallback class provides an interface for providing input callbacks to libxml2
| Qore::Xml::AbstractXmlIoInputCallback::constructor | ( | ) |
creates a new AbstractXmlIoInputCallback object
|
pure virtual |
returns an InputStream for the requested resource or nothing if the resource cannot be served
| url | a URL to the resource; examples:
|