Lines Matching defs:_xmlSchemaIDCMatcher
864 struct _xmlSchemaIDCMatcher { struct
865 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 target
873 int sizeKeySeqs;
874 xmlSchemaItemListPtr targets; /* list of target-node
876 xmlHashTablePtr htab;