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 | 1116 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, 4197 if (schema->elemDecl != NULL) in xmlSchemaFree() 4198 xmlHashFree(schema->elemDecl, NULL); in xmlSchemaFree() 4600 xmlHashScanFull(schema->elemDecl, xmlSchemaElementDump, output); in xmlSchemaDump() 4830 WXS_FIND_GLOBAL_ITEM(elemDecl) in xmlSchemaGetElem() 12643 xmlSchemaElementPtr elemDecl, member; in xmlSchemaBuildContentModelForSubstGroup() local 12648 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForSubstGroup() 12655 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl); in xmlSchemaBuildContentModelForSubstGroup() 12661 "available.\n", elemDecl->name, NULL); in xmlSchemaBuildContentModelForSubstGroup() 12673 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup() [all …]
|
D | SAX2.c | 1408 xmlElementPtr elemDecl; in xmlCheckDefaultedAttributes() local 1413 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix); in xmlCheckDefaultedAttributes() 1414 if (elemDecl == NULL) { in xmlCheckDefaultedAttributes() 1415 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); in xmlCheckDefaultedAttributes() 1421 if (elemDecl != NULL) { in xmlCheckDefaultedAttributes() 1422 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes() 1482 attr = elemDecl->attributes; in xmlCheckDefaultedAttributes() 1545 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 | 1119 d elemDecl like(xmlHashTablePtr)
|