Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c864 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
[all …]