Lines Matching refs:xmlSchemaElementPtr
126 #define WXS_ELEM_CAST (xmlSchemaElementPtr)
909 xmlSchemaElementPtr decl; /* the element/attribute declaration */
1061 xmlSchemaElementPtr head;
1122 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
1228 return (((xmlSchemaElementPtr) item)->node); in xmlSchemaGetComponentNode()
1276 return ((xmlSchemaBasicItemPtr) ((xmlSchemaElementPtr) item)->next);
1356 return (((xmlSchemaElementPtr) item)->name); in xmlSchemaGetComponentName()
1414 return (((xmlSchemaElementPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1737 xmlSchemaElementPtr elem; in xmlSchemaFormatItemForReport()
1739 elem = (xmlSchemaElementPtr) item; in xmlSchemaFormatItemForReport()
2531 if ( ((xmlSchemaElementPtr) item)->flags & in xmlSchemaIsGlobalItem()
3968 xmlSchemaFreeElement(xmlSchemaElementPtr elem) in xmlSchemaFreeElement()
4101 xmlSchemaFreeElement((xmlSchemaElementPtr) item); in xmlSchemaComponentListFree()
4218 xmlSchemaElementPtr elem = (xmlSchemaElementPtr) payload; in xmlSchemaElementDump()
4348 ((xmlSchemaElementPtr)term)->targetNamespace, in xmlSchemaContentModelDump()
4349 ((xmlSchemaElementPtr)term)->name)); in xmlSchemaContentModelDump()
4716 static xmlSchemaElementPtr
4720 xmlSchemaElementPtr ret = NULL; in xmlSchemaGetElem()
5248 static xmlSchemaElementPtr
5253 xmlSchemaElementPtr ret = NULL; in xmlSchemaAddElement()
5258 ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement)); in xmlSchemaAddElement()
5609 xmlSchemaElementPtr head) in xmlSchemaSubstGroupAdd()
5646 xmlSchemaElementPtr head) in xmlSchemaSubstGroupGet()
5667 xmlSchemaElementPtr head, in xmlSchemaAddElementSubstitutionMember()
5668 xmlSchemaElementPtr member) in xmlSchemaAddElementSubstitutionMember()
8049 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem; in xmlSchemaAddAnnotation()
8388 xmlSchemaElementPtr decl = NULL; in xmlSchemaParseElement()
12487 xmlSchemaElementPtr elemDecl, member; in xmlSchemaBuildContentModelForSubstGroup()
12492 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForSubstGroup()
12522 member = (xmlSchemaElementPtr) substGroup->members->items[i]; in xmlSchemaBuildContentModelForSubstGroup()
12538 member = (xmlSchemaElementPtr) substGroup->members->items[i]; in xmlSchemaBuildContentModelForSubstGroup()
12576 member = (xmlSchemaElementPtr) substGroup->members->items[i]; in xmlSchemaBuildContentModelForSubstGroup()
12605 if (((xmlSchemaElementPtr) particle->children)->flags & in xmlSchemaBuildContentModelForElement()
12612 xmlSchemaElementPtr elemDecl; in xmlSchemaBuildContentModelForElement()
12615 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForElement()
12972 xmlSchemaElementPtr elemDecl; in xmlSchemaBuildAContentModel()
12989 elemDecl = (xmlSchemaElementPtr) sub->children; in xmlSchemaBuildAContentModel()
13122 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, in xmlSchemaResolveElementReferences()
13149 xmlSchemaElementPtr substHead; in xmlSchemaResolveElementReferences()
16781 xmlSchemaElementPtr elemR, elemB; in xmlSchemaCheckRCaseNameAndTypeOK()
16784 elemR = (xmlSchemaElementPtr) r->children; in xmlSchemaCheckRCaseNameAndTypeOK()
16785 elemB = (xmlSchemaElementPtr) b->children; in xmlSchemaCheckRCaseNameAndTypeOK()
16896 ((xmlSchemaElementPtr) r->children)->targetNamespace) != 0) in xmlSchemaCheckRCaseNSCompat()
19453 static xmlSchemaElementPtr
19454 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, in xmlSchemaCheckSubstGroupCircular()
19455 xmlSchemaElementPtr ancestor) in xmlSchemaCheckSubstGroupCircular()
19457 xmlSchemaElementPtr ret; in xmlSchemaCheckSubstGroupCircular()
19488 xmlSchemaElementPtr elemDecl) in xmlSchemaCheckElemPropsCorrect()
19499 xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ; in xmlSchemaCheckElemPropsCorrect()
19670 xmlSchemaElementPtr elemDecl) in xmlSchemaCheckElemSubstGroup()
19677 xmlSchemaElementPtr head; in xmlSchemaCheckElemSubstGroup()
19811 xmlSchemaElementPtr elem = in xmlSchemaCheckElementDeclConsistent()
19895 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, in xmlSchemaCheckElementDeclComponent()
20731 xmlSchemaElementPtr elemDecl; in xmlSchemaFixupComponents()
20801 (xmlSchemaElementPtr) item, pctxt); in xmlSchemaFixupComponents()
21105 elemDecl = (xmlSchemaElementPtr) item; in xmlSchemaFixupComponents()
21110 (xmlSchemaElementPtr) elemDecl, pctxt); in xmlSchemaFixupComponents()
23111 xmlSchemaElementPtr elemDecl) in xmlSchemaIDCRegisterMatchers()
24841 xmlSchemaElementPtr elemDecl) in xmlSchemaProcessXSIType()
24970 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; in xmlSchemaValidateElemDecl()
25790 xmlSchemaElementPtr decl = NULL; in xmlSchemaValidateElemWildcard()
25916 xmlSchemaElementPtr item = (xmlSchemaElementPtr) transdata; in xmlSchemaVContentModelCallback()