Home
last modified time | relevance | path

Searched defs:_xmlSchemaImport (Results 1 – 2 of 2) 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 …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemas.c455 struct _xmlSchemaImport { struct
456 int type; /* Main OR import OR include. */
457 int flags;
458 const xmlChar *schemaLocation; /* The URI of the schema document. */
460 const xmlChar *origTargetNamespace;
465 const xmlChar *targetNamespace;
466 xmlDocPtr doc; /* The schema node-tree. */
468 xmlSchemaSchemaRelationPtr relations;
469 int located;
470 int parsed;
[all …]