Searched defs:_xmlRelaxNGDocument (Results 1 – 1 of 1) sorted by relevance
414 struct _xmlRelaxNGDocument { struct415 xmlRelaxNGDocumentPtr next; /* keep a chain of documents */416 xmlChar *href; /* the normalized href value */417 xmlDocPtr doc; /* the associated XML document */418 xmlRelaxNGDefinePtr content; /* the definitions */419 xmlRelaxNGPtr schema; /* the schema */420 int externalRef; /* 1 if an external ref */