Searched defs:_xmlSchemaImport (Results 1 – 1 of 1) sorted by relevance
415 struct _xmlSchemaImport { struct416 int type; /* Main OR import OR include. */417 int flags;418 const xmlChar *schemaLocation; /* The URI of the schema document. */420 const xmlChar *origTargetNamespace;425 const xmlChar *targetNamespace;426 xmlDocPtr doc; /* The schema node-tree. */428 xmlSchemaSchemaRelationPtr relations;429 int located;430 int parsed;[all …]