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