Searched defs:_xmlSchemaInclude (Results 1 – 1 of 1) sorted by relevance
444 struct _xmlSchemaInclude { struct445 int type;446 int flags;447 const xmlChar *schemaLocation;448 const xmlChar *origTargetNamespace;449 const xmlChar *targetNamespace;450 xmlDocPtr doc;451 xmlSchemaSchemaRelationPtr relations;452 int located;453 int parsed;[all …]