| Concept Framework 1.0 documentation | Contents | Index |
| Name | Version | Deprecated |
| xmlTextReaderPreservePattern | version 1.0 | no |
| number xmlTextReaderPreservePattern(number reader, string pattern) |
| reader | the xmlTextReaderPtr used as returned by xmlReaderForMemory or xmlReaderForFile |
| pattern | an XPath subset pattern |
| This tells the XML Reader to preserve all nodes matched by the pattern. The caller must also use xmlTextReaderCurrentDoc to keep a handle on the resulting document once parsing has finished. |
| Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT | (c)2009 RadGs Software |