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