Searched defs:_xmlSchemaImport (Results 1 – 1 of 1) sorted by relevance
419 struct _xmlSchemaImport { struct420 int type; /* Main OR import OR include. */421 int flags;422 const xmlChar *schemaLocation; /* The URI of the schema document. */424 const xmlChar *origTargetNamespace;429 const xmlChar *targetNamespace;430 xmlDocPtr doc; /* The schema node-tree. */432 xmlSchemaSchemaRelationPtr relations;433 int located;434 int parsed;[all …]