Lines Matching refs:xmlSchemaElementPtr
139 #define WXS_ELEM_CAST (xmlSchemaElementPtr)
894 xmlSchemaElementPtr decl; /* the element/attribute declaration */
1041 xmlSchemaElementPtr head;
1090 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
1196 return (((xmlSchemaElementPtr) item)->node); in xmlSchemaGetComponentNode()
1244 return ((xmlSchemaBasicItemPtr) ((xmlSchemaElementPtr) item)->next);
1321 return (((xmlSchemaElementPtr) item)->name); in xmlSchemaGetComponentName()
1376 return (((xmlSchemaElementPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1667 xmlSchemaElementPtr elem; in xmlSchemaFormatItemForReport()
1669 elem = (xmlSchemaElementPtr) item; in xmlSchemaFormatItemForReport()
2406 if ( ((xmlSchemaElementPtr) item)->flags & in xmlSchemaIsGlobalItem()
3902 xmlSchemaFreeElement(xmlSchemaElementPtr elem) in xmlSchemaFreeElement()
4035 xmlSchemaFreeElement((xmlSchemaElementPtr) item); in xmlSchemaComponentListFree()
4156 xmlSchemaElementDump(xmlSchemaElementPtr elem, FILE * output, in xmlSchemaElementDump()
4289 ((xmlSchemaElementPtr)term)->targetNamespace, in xmlSchemaContentModelDump()
4290 ((xmlSchemaElementPtr)term)->name)); in xmlSchemaContentModelDump()
4727 static xmlSchemaElementPtr
4731 xmlSchemaElementPtr ret = NULL; in xmlSchemaGetElem()
5305 static xmlSchemaElementPtr
5310 xmlSchemaElementPtr ret = NULL; in xmlSchemaAddElement()
5315 ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement)); in xmlSchemaAddElement()
5668 xmlSchemaElementPtr head) in xmlSchemaSubstGroupAdd()
5706 xmlSchemaElementPtr head) in xmlSchemaSubstGroupGet()
5727 xmlSchemaElementPtr head, in xmlSchemaAddElementSubstitutionMember()
5728 xmlSchemaElementPtr member) in xmlSchemaAddElementSubstitutionMember()
8097 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem; in xmlSchemaAddAnnotation()
8438 xmlSchemaElementPtr decl = NULL; in xmlSchemaParseElement()
12538 xmlSchemaElementPtr elemDecl, member; in xmlSchemaBuildContentModelForSubstGroup()
12543 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForSubstGroup()
12573 member = (xmlSchemaElementPtr) substGroup->members->items[i]; in xmlSchemaBuildContentModelForSubstGroup()
12589 member = (xmlSchemaElementPtr) substGroup->members->items[i]; in xmlSchemaBuildContentModelForSubstGroup()
12627 member = (xmlSchemaElementPtr) substGroup->members->items[i]; in xmlSchemaBuildContentModelForSubstGroup()
12656 if (((xmlSchemaElementPtr) particle->children)->flags & in xmlSchemaBuildContentModelForElement()
12663 xmlSchemaElementPtr elemDecl; in xmlSchemaBuildContentModelForElement()
12666 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForElement()
13014 xmlSchemaElementPtr elemDecl; in xmlSchemaBuildAContentModel()
13031 elemDecl = (xmlSchemaElementPtr) sub->children; in xmlSchemaBuildAContentModel()
13174 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, in xmlSchemaResolveElementReferences()
13201 xmlSchemaElementPtr substHead; in xmlSchemaResolveElementReferences()
16780 xmlSchemaElementPtr elemR, elemB; in xmlSchemaCheckRCaseNameAndTypeOK()
16783 elemR = (xmlSchemaElementPtr) r->children; in xmlSchemaCheckRCaseNameAndTypeOK()
16784 elemB = (xmlSchemaElementPtr) b->children; in xmlSchemaCheckRCaseNameAndTypeOK()
16895 ((xmlSchemaElementPtr) r->children)->targetNamespace) != 0) in xmlSchemaCheckRCaseNSCompat()
19522 static xmlSchemaElementPtr
19523 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, in xmlSchemaCheckSubstGroupCircular()
19524 xmlSchemaElementPtr ancestor) in xmlSchemaCheckSubstGroupCircular()
19526 xmlSchemaElementPtr ret; in xmlSchemaCheckSubstGroupCircular()
19557 xmlSchemaElementPtr elemDecl) in xmlSchemaCheckElemPropsCorrect()
19568 xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ; in xmlSchemaCheckElemPropsCorrect()
19739 xmlSchemaElementPtr elemDecl) in xmlSchemaCheckElemSubstGroup()
19746 xmlSchemaElementPtr head; in xmlSchemaCheckElemSubstGroup()
19879 xmlSchemaElementPtr elem = in xmlSchemaCheckElementDeclConsistent()
19963 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, in xmlSchemaCheckElementDeclComponent()
20799 xmlSchemaElementPtr elemDecl; in xmlSchemaFixupComponents()
20869 (xmlSchemaElementPtr) item, pctxt); in xmlSchemaFixupComponents()
21173 elemDecl = (xmlSchemaElementPtr) item; in xmlSchemaFixupComponents()
21178 (xmlSchemaElementPtr) elemDecl, pctxt); in xmlSchemaFixupComponents()
23142 xmlSchemaElementPtr elemDecl) in xmlSchemaIDCRegisterMatchers()
24841 xmlSchemaElementPtr elemDecl) in xmlSchemaProcessXSIType()
24970 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; in xmlSchemaValidateElemDecl()
25795 xmlSchemaElementPtr decl = NULL; in xmlSchemaValidateElemWildcard()
25919 xmlSchemaElementPtr item, in xmlSchemaVContentModelCallback()