Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemas.c484 struct _xmlSchemaInclude { struct
485 int type;
486 int flags;
487 const xmlChar *schemaLocation;
488 const xmlChar *origTargetNamespace;
489 const xmlChar *targetNamespace;
490 xmlDocPtr doc;
491 xmlSchemaSchemaRelationPtr relations;
492 int located;
493 int parsed;
[all …]
/third_party/libxml2/
Dxmlschemas.c455 struct _xmlSchemaInclude { struct
456 int type;
457 int flags;
458 const xmlChar *schemaLocation;
459 const xmlChar *origTargetNamespace;
460 const xmlChar *targetNamespace;
461 xmlDocPtr doc;
462 xmlSchemaSchemaRelationPtr relations;
463 int located;
464 int parsed;
[all …]