Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
DschemasInternals.h923 struct _xmlSchema { struct
924 const xmlChar *name; /* schema name */
925 const xmlChar *targetNamespace; /* the target namespace */
926 const xmlChar *version;
927 const xmlChar *id; /* Obsolete */
928 xmlDocPtr doc;
929 xmlSchemaAnnotPtr annot;
930 int flags;
932 xmlHashTablePtr typeDecl;
933 xmlHashTablePtr attrDecl;
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h951 struct _xmlSchema { struct
952 const xmlChar *name; /* schema name */
953 const xmlChar *targetNamespace; /* the target namespace */
954 const xmlChar *version;
955 const xmlChar *id; /* Obsolete */
956 xmlDocPtr doc;
957 xmlSchemaAnnotPtr annot;
958 int flags;
960 xmlHashTablePtr typeDecl;
961 xmlHashTablePtr attrDecl;
[all …]