Lines Matching defs:_xmlSchemaBucket
389 struct _xmlSchemaBucket { struct
390 int type;
391 int flags;
392 const xmlChar *schemaLocation;
393 const xmlChar *origTargetNamespace;
394 const xmlChar *targetNamespace;
395 xmlDocPtr doc;
396 xmlSchemaSchemaRelationPtr relations;
397 int located;
398 int parsed;
399 int imported;
400 int preserveDoc;
401 xmlSchemaItemListPtr globals; /* Global components. */
402 xmlSchemaItemListPtr locals; /* Local components. */