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