Searched defs:_xmlRelaxNG (Results 1 – 1 of 1) sorted by relevance
176 struct _xmlRelaxNG { struct177 void *_private; /* unused by the library for users or bindings */178 xmlRelaxNGGrammarPtr topgrammar;179 xmlDocPtr doc;203 struct _xmlRelaxNGParserCtxt { argument