Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c823 struct _xmlSchemaIDCStateObj { struct
824 int type;
825 xmlSchemaIDCStateObjPtr next; /* next if in a list */
826 int depth; /* depth of creation */
827 int *history; /* list of (depth, state-id) tuples */
828 int nbHistory;
829 int sizeHistory;
830 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector
832 xmlSchemaIDCSelectPtr sel;
833 void *xpathCtxt;