Lines Matching refs:xmlSchemaNodeInfoPtr
344 typedef xmlSchemaNodeInfo *xmlSchemaNodeInfoPtr; typedef
955 xmlSchemaNodeInfoPtr parent;
998 xmlSchemaNodeInfoPtr *elemInfos; /* array of element information */
1000 xmlSchemaNodeInfoPtr inode; /* the current element information */
2309 xmlSchemaNodeInfoPtr ielem = in xmlSchemaFormatNodeForError()
2590 xmlSchemaNodeInfoPtr ni, in xmlSchemaFormatErrorNodeQName()
2614 xmlSchemaFormatErrorNodeQName(&str, (xmlSchemaNodeInfoPtr) ni, node), in xmlSchemaIllegalAttrErr()
21779 xmlSchemaNodeInfoPtr inode; in xmlSchemaLookupNamespace()
22144 xmlSchemaNodeInfoPtr ielem; in xmlSchemaIDCAcquireBinding()
23235 xmlSchemaNodeInfoPtr ielem) in xmlSchemaIDCFillNodeTables()
23992 xmlSchemaNodeInfoPtr ielem) in xmlSchemaClearElemInfo()
24055 static xmlSchemaNodeInfoPtr
24058 xmlSchemaNodeInfoPtr info = NULL; in xmlSchemaGetFreshElemInfo()
24066 vctxt->elemInfos = (xmlSchemaNodeInfoPtr *) in xmlSchemaGetFreshElemInfo()
24067 xmlMalloc(10 * sizeof(xmlSchemaNodeInfoPtr)); in xmlSchemaGetFreshElemInfo()
24072 memset(vctxt->elemInfos, 0, 10 * sizeof(xmlSchemaNodeInfoPtr)); in xmlSchemaGetFreshElemInfo()
24078 vctxt->elemInfos = (xmlSchemaNodeInfoPtr *) in xmlSchemaGetFreshElemInfo()
24080 sizeof(xmlSchemaNodeInfoPtr)); in xmlSchemaGetFreshElemInfo()
24095 info = (xmlSchemaNodeInfoPtr) in xmlSchemaGetFreshElemInfo()
24116 #define ACTIVATE_ATTRIBUTE(item) vctxt->inode = (xmlSchemaNodeInfoPtr) item;
25418 xmlSchemaNodeInfoPtr ielem = vctxt->elemInfos[vctxt->depth]; in xmlSchemaVAttributesComplex()
25850 xmlSchemaNodeInfoPtr inode = vctxt->inode; in xmlSchemaCheckCOSValidDefault()
25914 xmlSchemaNodeInfoPtr inode = (xmlSchemaNodeInfoPtr) inputdata; in xmlSchemaVContentModelCallback()
25933 xmlSchemaNodeInfoPtr inode, in xmlSchemaVCheckINodeDataType()
25956 xmlSchemaNodeInfoPtr inode = vctxt->inode; in xmlSchemaValidatorPopElem()
26402 xmlSchemaNodeInfoPtr pielem; in xmlSchemaValidateChildElem()
26933 xmlSchemaNodeInfoPtr ielem; in xmlSchemaVReaderWalk()
27202 xmlSchemaNodeInfoPtr ielem; in xmlSchemaSAXHandleStartElementNs()
27529 xmlSchemaNodeInfoPtr ei; in xmlSchemaClearValidCtxt()
27636 xmlSchemaNodeInfoPtr ei; in xmlSchemaFreeValidCtxt()
27804 xmlSchemaNodeInfoPtr ielem = NULL; in xmlSchemaVDocWalk()