Searched defs:_xmlSchemaPSVIIDCBinding (Results 1 – 1 of 1) sorted by relevance
818 struct _xmlSchemaPSVIIDCBinding { struct819 xmlSchemaPSVIIDCBindingPtr next; /* next binding of a specific node */820 xmlSchemaIDCPtr definition; /* the IDC definition */821 xmlSchemaPSVIIDCNodePtr *nodeTable; /* array of key-sequences */822 int nbNodes; /* number of entries in the node table */823 int sizeNodes; /* size of the node table */824 xmlSchemaItemListPtr dupls;