Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
xmlTextReaderCurrentDoc | version 1.0 | no |
number xmlTextReaderCurrentDoc(number reader) |
reader | the xmlTextReaderPtr used as returned by xmlReaderForMemory or xmlReaderForFile |
Hacking interface allowing to get the xmlDocPtr correponding to the current document being accessed by the xmlTextReader. NOTE: as a result of this call, the reader will not destroy the associated XML document and calling xmlFreeDoc() on the result is needed once the reader parsing has finished. |
Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Fri Jan 21 18:06:23 2011 GMT | (c)2011 RadGs Software |