Searched defs:_xmlSchemaInclude (Results 1 – 1 of 1) sorted by relevance
455 struct _xmlSchemaInclude { struct456 int type;457 int flags;458 const xmlChar *schemaLocation;459 const xmlChar *origTargetNamespace;460 const xmlChar *targetNamespace;461 xmlDocPtr doc;462 xmlSchemaSchemaRelationPtr relations;463 int located;464 int parsed;[all …]