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