Searched defs:_xmlRelaxNGDocument (Results 1 – 1 of 1) sorted by relevance
411 struct _xmlRelaxNGDocument { struct412 xmlRelaxNGDocumentPtr next; /* keep a chain of documents */413 xmlChar *href; /* the normalized href value */414 xmlDocPtr doc; /* the associated XML document */415 xmlRelaxNGDefinePtr content; /* the definitions */416 xmlRelaxNGPtr schema; /* the schema */