Searched defs:_xmlRelaxNGDocument (Results 1 – 1 of 1) sorted by relevance
393 struct _xmlRelaxNGDocument { struct394 xmlRelaxNGDocumentPtr next; /* keep a chain of documents */395 xmlChar *href; /* the normalized href value */396 xmlDocPtr doc; /* the associated XML document */397 xmlRelaxNGDefinePtr content; /* the definitions */398 xmlRelaxNGPtr schema; /* the schema */399 int externalRef; /* 1 if an external ref */