Searched refs:elemDecl (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | valid.c | 267 xmlElementPtr elemDecl; /* pointer to the content model */ member 274 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) { in vstateVPush() argument 298 ctxt->vstateTab[ctxt->vstateNr].elemDecl = elemDecl; in vstateVPush() 300 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) { in vstateVPush() 301 if (elemDecl->contModel == NULL) in vstateVPush() 302 xmlValidBuildContentModel(ctxt, elemDecl); in vstateVPush() 303 if (elemDecl->contModel != NULL) { in vstateVPush() 305 xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL); in vstateVPush() 308 xmlErrValidNode(ctxt, (xmlNodePtr) elemDecl, in vstateVPush() 319 xmlElementPtr elemDecl; in vstateVPop() local [all …]
|
D | xmlschemas.c | 1095 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, 4130 if (schema->elemDecl != NULL) in xmlSchemaFree() 4131 xmlHashFree(schema->elemDecl, NULL); in xmlSchemaFree() 4526 xmlHashScanFull(schema->elemDecl, in xmlSchemaDump() 4757 WXS_FIND_GLOBAL_ITEM(elemDecl) in xmlSchemaGetElem() 12559 xmlSchemaElementPtr elemDecl, member; in xmlSchemaBuildContentModelForSubstGroup() local 12564 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForSubstGroup() 12571 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl); in xmlSchemaBuildContentModelForSubstGroup() 12577 "available.\n", elemDecl->name, NULL); in xmlSchemaBuildContentModelForSubstGroup() 12589 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup() [all …]
|
D | SAX2.c | 1431 xmlElementPtr elemDecl; in xmlCheckDefaultedAttributes() local 1436 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix); in xmlCheckDefaultedAttributes() 1437 if (elemDecl == NULL) { in xmlCheckDefaultedAttributes() 1438 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); in xmlCheckDefaultedAttributes() 1444 if (elemDecl != NULL) { in xmlCheckDefaultedAttributes() 1445 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes() 1505 attr = elemDecl->attributes; in xmlCheckDefaultedAttributes() 1568 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 935 xmlHashTablePtr elemDecl; member
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 1114 d elemDecl like(xmlHashTablePtr)
|