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