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