Lines Matching defs:_xmlSchemaBucket
403 struct _xmlSchemaBucket { struct
404 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;
413 int imported;
414 int preserveDoc;
415 xmlSchemaItemListPtr globals; /* Global components. */
416 xmlSchemaItemListPtr locals; /* Local components. */