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