Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c419 struct _xmlSchemaImport { struct
420 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 …]