Searched refs:xml_document_create (Results 1 – 3 of 3) sorted by relevance
98 xml_document_t xml_document_create(const char *);
40 xml_document_create(const char *file) in xml_document_create() function
308 if (!(svg->xml = xml_document_create(path))) { in svg_document_create()