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