Searched defs:_xmlSchemaIDCStateObj (Results 1 – 1 of 1) sorted by relevance
844 struct _xmlSchemaIDCStateObj { struct845 int type;846 xmlSchemaIDCStateObjPtr next; /* next if in a list */847 int depth; /* depth of creation */848 int *history; /* list of (depth, state-id) tuples */849 int nbHistory;850 int sizeHistory;851 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector853 xmlSchemaIDCSelectPtr sel;854 void *xpathCtxt;