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