Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
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 …]
/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 …]