Searched defs:_xmlSchemaBucket (Results 1 – 1 of 1) sorted by relevance
413 struct _xmlSchemaBucket { struct414 int type;415 int flags;416 const xmlChar *schemaLocation;417 const xmlChar *origTargetNamespace;418 const xmlChar *targetNamespace;419 xmlDocPtr doc;420 xmlSchemaSchemaRelationPtr relations;421 int located;422 int parsed;[all …]