Searched refs:XmlSource (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/xml/
H A Drepr-io.cpp76 class XmlSource class
79 XmlSource() function in class:XmlSource
96 virtual ~XmlSource()
129 int XmlSource::setFile(char const *filename, bool load_entities=false)
223 xmlDocPtr XmlSource::readXml()
238 int XmlSource::readCb( void * context, char * buffer, int len )
243 XmlSource* self = static_cast<XmlSource*>(context);
249 int XmlSource::closeCb(void * context)
252 XmlSource* sel
[all...]

Completed in 14 milliseconds