Lines Matching defs:_xmlSchemaBucket
429 struct _xmlSchemaBucket { struct
430 int type;
431 int flags;
432 const xmlChar *schemaLocation;
433 const xmlChar *origTargetNamespace;
434 const xmlChar *targetNamespace;
435 xmlDocPtr doc;
436 xmlSchemaSchemaRelationPtr relations;
437 int located;
438 int parsed;
439 int imported;
440 int preserveDoc;
441 xmlSchemaItemListPtr globals; /* Global components. */
442 xmlSchemaItemListPtr locals; /* Local components. */