Searched defs:_xmlRelaxNGInclude (Results 1 – 1 of 1) sorted by relevance
401 struct _xmlRelaxNGInclude { struct402 xmlRelaxNGIncludePtr next; /* keep a chain of includes */403 xmlChar *href; /* the normalized href value */404 xmlDocPtr doc; /* the associated XML document */405 xmlRelaxNGDefinePtr content; /* the definitions */406 xmlRelaxNGPtr schema; /* the schema */