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