Searched defs:refItem (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DschemasInternals.h375 xmlSchemaAttributeGroupPtr refItem; /* Deprecated; not used */ member in struct:_xmlSchemaAttributeGroup
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c19922 xmlSchemaBasicItemPtr refItem; local
19941 refItem = xmlSchemaGetNamedComponent(ctxt->schema,
19943 if (refItem == NULL) {
19950 if (refItem->type == XML_SCHEMA_TYPE_GROUP) {
19951 if (WXS_MODELGROUPDEF_MODEL(refItem) == NULL)
19961 if ((WXS_MODELGROUPDEF_MODEL(refItem))->type ==
19984 particle->children = (xmlSchemaTreeItemPtr) refItem;
19990 particle->children = (xmlSchemaTreeItemPtr) refItem;

Completed in 161 milliseconds