Searched defs:_xmlSchemaIDCMatcher (Results 1 – 1 of 1) sorted by relevance
864 struct _xmlSchemaIDCMatcher { struct865 int type;866 int depth; /* the tree depth at creation time */867 xmlSchemaIDCMatcherPtr next; /* next in the list */868 xmlSchemaIDCMatcherPtr nextCached; /* next in the cache list */869 xmlSchemaIDCAugPtr aidc; /* the augmented IDC item */870 int idcType;871 xmlSchemaPSVIIDCKeyPtr **keySeqs; /* the key-sequences of the target873 int sizeKeySeqs;874 xmlSchemaItemListPtr targets; /* list of target-node[all …]