Searched defs:_xmlSchemaImport (Results 1 – 1 of 1) sorted by relevance
429 struct _xmlSchemaImport { struct430 int type; /* Main OR import OR include. */431 int flags;432 const xmlChar *schemaLocation; /* The URI of the schema document. */434 const xmlChar *origTargetNamespace;439 const xmlChar *targetNamespace;440 xmlDocPtr doc; /* The schema node-tree. */442 xmlSchemaSchemaRelationPtr relations;443 int located;444 int parsed;[all …]