Searched defs:_xmlSchemaBucket (Results 1 – 1 of 1) sorted by relevance
389 struct _xmlSchemaBucket { struct390 int type;391 int flags;392 const xmlChar *schemaLocation;393 const xmlChar *origTargetNamespace;394 const xmlChar *targetNamespace;395 xmlDocPtr doc;396 xmlSchemaSchemaRelationPtr relations;397 int located;398 int parsed;[all …]