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