Searched defs:_xmlSchemaBucket (Results 1 – 1 of 1) sorted by relevance
403 struct _xmlSchemaBucket { struct404 int type;405 int flags;406 const xmlChar *schemaLocation;407 const xmlChar *origTargetNamespace;408 const xmlChar *targetNamespace;409 xmlDocPtr doc;410 xmlSchemaSchemaRelationPtr relations;411 int located;412 int parsed;[all …]