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