Home
last modified time | relevance | path

Searched defs:_xmlRelaxNG (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Drelaxng.c176 struct _xmlRelaxNG { struct
177 void *_private; /* unused by the library for users or bindings */
178 xmlRelaxNGGrammarPtr topgrammar;
179 xmlDocPtr doc;
203 struct _xmlRelaxNGParserCtxt { argument