Home
last modified time | relevance | path

Searched defs:_xmlSchemaImport (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libxml2/
H A Dxmlschemas.c415 struct _xmlSchemaImport { struct
416 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 …]