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