Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libxml/src/include/libxml/
DschemasInternals.h824 struct _xmlSchemaFacet { struct
826 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ argument
827 const xmlChar *value; /* The original value */
828 const xmlChar *id; /* Obsolete */
829 xmlSchemaAnnotPtr annot;
830 xmlNodePtr node;
831 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */
832 int whitespace;
833 xmlSchemaValPtr val; /* The compiled value */
834 xmlRegexpPtr regexp; /* The regex for patterns */
/external/cronet/stable/third_party/libxml/src/include/libxml/
DschemasInternals.h824 struct _xmlSchemaFacet { struct
826 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ argument
827 const xmlChar *value; /* The original value */
828 const xmlChar *id; /* Obsolete */
829 xmlSchemaAnnotPtr annot;
830 xmlNodePtr node;
831 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */
832 int whitespace;
833 xmlSchemaValPtr val; /* The compiled value */
834 xmlRegexpPtr regexp; /* The regex for patterns */
/external/libxml2/include/libxml/
DschemasInternals.h824 struct _xmlSchemaFacet { struct
826 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ argument
827 const xmlChar *value; /* The original value */
828 const xmlChar *id; /* Obsolete */
829 xmlSchemaAnnotPtr annot;
830 xmlNodePtr node;
831 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */
832 int whitespace;
833 xmlSchemaValPtr val; /* The compiled value */
834 xmlRegexpPtr regexp; /* The regex for patterns */