Home
last modified time | relevance | path

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

/external/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 */