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