| Concept Framework 2.2 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: Sun Jan 27 18:15:20 2013 GMT | (c)2013 Devronium Applications |