Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlschemas.c426 struct _xmlSchemaImport { struct
427 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 …]