1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

expose xmlTextReaderSetup function

svn path=/trunk/; revision=3571
This commit is contained in:
Aleksey Sanin
2007-01-03 23:13:12 +00:00
parent 9cb1b64dde
commit d837764002
4 changed files with 12 additions and 1 deletions

View File

@@ -113,9 +113,15 @@ XMLPUBFUN xmlTextReaderPtr XMLCALL
const char *URI);
XMLPUBFUN xmlTextReaderPtr XMLCALL
xmlNewTextReaderFilename(const char *URI);
XMLPUBFUN void XMLCALL
xmlFreeTextReader (xmlTextReaderPtr reader);
XMLPUBFUN int XMLCALL
xmlTextReaderSetup(xmlTextReaderPtr reader,
xmlParserInputBufferPtr input, const char *URL,
const char *encoding, int options);
/*
* Iterators
*/