Searched defs:_xmlRelaxNGInclude (Results 1 – 1 of 1) sorted by relevance
380 struct _xmlRelaxNGInclude { struct381 xmlRelaxNGIncludePtr next; /* keep a chain of includes */382 xmlChar *href; /* the normalized href value */383 xmlDocPtr doc; /* the associated XML document */384 xmlRelaxNGDefinePtr content; /* the definitions */385 xmlRelaxNGPtr schema; /* the schema */