Searched defs:_xmlSchemaBucket (Results 1 – 2 of 2) 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 …]