Lines Matching defs:_xmlSchemaBucket
413 struct _xmlSchemaBucket { struct
414 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;
423 int imported;
424 int preserveDoc;
425 xmlSchemaItemListPtr globals; /* Global components. */
426 xmlSchemaItemListPtr locals; /* Local components. */