Lines Matching refs:xmlSchemaBasicItemPtr
141 #define WXS_BASIC_CAST (xmlSchemaBasicItemPtr)
480 typedef xmlSchemaBasicItem *xmlSchemaBasicItemPtr; typedef
564 xmlSchemaBasicItemPtr item; /* The redefining component. */
565 xmlSchemaBasicItemPtr reference; /* The referencing component. */
566 xmlSchemaBasicItemPtr target; /* The to-be-redefined component. */
654 xmlSchemaBasicItemPtr item; /* The resolved referenced item. */
1090 xmlSchemaGetComponentTypeStr(xmlSchemaBasicItemPtr item);
1181 xmlSchemaGetComponentTypeStr(xmlSchemaBasicItemPtr item) in xmlSchemaGetComponentTypeStr()
1205 xmlSchemaGetComponentNode(xmlSchemaBasicItemPtr item) in xmlSchemaGetComponentNode()
1252 static xmlSchemaBasicItemPtr
1253 xmlSchemaGetNextComponent(xmlSchemaBasicItemPtr item)
1257 return ((xmlSchemaBasicItemPtr) ((xmlSchemaElementPtr) item)->next);
1259 return ((xmlSchemaBasicItemPtr) ((xmlSchemaAttributePtr) item)->next);
1262 return ((xmlSchemaBasicItemPtr) ((xmlSchemaTypePtr) item)->next);
1267 return ((xmlSchemaBasicItemPtr) ((xmlSchemaParticlePtr) item)->next);
1275 return ((xmlSchemaBasicItemPtr) ((xmlSchemaAttributeGroupPtr) item)->next);
1279 return ((xmlSchemaBasicItemPtr) ((xmlSchemaIDCPtr) item)->next);
1330 xmlSchemaGetComponentName(xmlSchemaBasicItemPtr item) in xmlSchemaGetComponentName()
1385 xmlSchemaGetComponentTargetNs(xmlSchemaBasicItemPtr item) in xmlSchemaGetComponentTargetNs()
1430 xmlSchemaGetComponentTargetNs((xmlSchemaBasicItemPtr) item), in xmlSchemaGetComponentQName()
1431 xmlSchemaGetComponentName((xmlSchemaBasicItemPtr) item))); in xmlSchemaGetComponentQName()
1442 (xmlSchemaBasicItemPtr) item)); in xmlSchemaGetComponentDesignation()
1580 xmlSchemaBasicItemPtr item, in xmlSchemaFormatItemForReport()
2334 xmlSchemaBasicItemPtr item, in xmlSchemaCustomErr4()
2359 xmlSchemaBasicItemPtr item, in xmlSchemaCustomErr()
2795 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPMissingAttrErr()
2832 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPResCompAttrErr()
2869 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPCustomAttrErr()
2909 xmlSchemaBasicItemPtr ownerComp ATTRIBUTE_UNUSED, in xmlSchemaPIllegalAttrErr()
2940 xmlSchemaBasicItemPtr item, in xmlSchemaPCustomErrExt()
2976 xmlSchemaBasicItemPtr item, in xmlSchemaPCustomErr()
3002 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPAttrUseErr4()
3093 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPMutualExclAttrErr()
3123 xmlSchemaBasicItemPtr ownerItem ATTRIBUTE_UNUSED, in xmlSchemaPSimpleTypeErr()
3217 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPContentErr()
5004 static xmlSchemaBasicItemPtr
5012 return ((xmlSchemaBasicItemPtr) xmlSchemaGetGroup(schema, in xmlSchemaGetNamedComponent()
5015 return ((xmlSchemaBasicItemPtr) xmlSchemaGetElem(schema, in xmlSchemaGetNamedComponent()
5068 static xmlSchemaBasicItemPtr
5074 xmlSchemaBasicItemPtr ret; in xmlSchemaFindRedefCompInGraph()
5832 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPValAttrNodeQNameValue()
5913 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPValAttrNodeQName()
5944 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPValAttrQName()
6175 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPGetBoolNodeValue()
6273 static xmlSchemaBasicItemPtr
6305 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPValAttrNodeValue()
6378 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPValAttrNode()
6417 xmlSchemaBasicItemPtr ownerItem, in xmlSchemaPValAttr()
7141 static xmlSchemaBasicItemPtr
8495 static xmlSchemaBasicItemPtr
8626 return ((xmlSchemaBasicItemPtr) particle); in xmlSchemaParseElement()
8863 return ((xmlSchemaBasicItemPtr) decl); in xmlSchemaParseElement()
8866 return ((xmlSchemaBasicItemPtr) particle); in xmlSchemaParseElement()
14151 xmlSchemaBasicItemPtr item, in xmlSchemaCheckDerivationOKRestriction2to4()
14152 xmlSchemaBasicItemPtr baseItem, in xmlSchemaCheckDerivationOKRestriction2to4()
14433 xmlSchemaBasicItemPtr item,
19198 xmlSchemaBasicItemPtr item, in xmlSchemaExpandAttributeGroupRefs()
19917 xmlSchemaBasicItemPtr ctxtComponent, in xmlSchemaCheckElementDeclConsistent()
20063 xmlSchemaBasicItemPtr refItem; in xmlSchemaResolveModelGroupParticleReferences()
20409 idc->ref->item = (xmlSchemaBasicItemPtr) in xmlSchemaResolveIDCKeyReferences()
20495 xmlSchemaBasicItemPtr prev, item; in xmlSchemaCheckSRCRedefineFirst()
20670 xmlSchemaBasicItemPtr item; in xmlSchemaCheckSRCRedefineSecond()
20745 xmlSchemaBasicItemPtr item; in xmlSchemaAddComponents()