Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h851 struct _xmlSchemaFacet { struct
853 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ argument
854 const xmlChar *value; /* The original value */
855 const xmlChar *id; /* Obsolete */
856 xmlSchemaAnnotPtr annot;
857 xmlNodePtr node;
858 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */
859 int whitespace;
860 xmlSchemaValPtr val; /* The compiled value */
861 xmlRegexpPtr regexp; /* The regex for patterns */
/third_party/libxml2/include/libxml/
DschemasInternals.h823 struct _xmlSchemaFacet { struct
825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ argument
826 const xmlChar *value; /* The original value */
827 const xmlChar *id; /* Obsolete */
828 xmlSchemaAnnotPtr annot;
829 xmlNodePtr node;
830 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */
831 int whitespace;
832 xmlSchemaValPtr val; /* The compiled value */
833 xmlRegexpPtr regexp; /* The regex for patterns */