Searched refs:elemDecl (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
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 | 1090 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, 4109 if (schema->elemDecl != NULL) in xmlSchemaFree() 4110 xmlHashFree(schema->elemDecl, NULL); in xmlSchemaFree() 4505 xmlHashScanFull(schema->elemDecl, in xmlSchemaDump() 4736 WXS_FIND_GLOBAL_ITEM(elemDecl) in xmlSchemaGetElem() 12538 xmlSchemaElementPtr elemDecl, member; in xmlSchemaBuildContentModelForSubstGroup() local 12543 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForSubstGroup() 12550 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl); in xmlSchemaBuildContentModelForSubstGroup() 12556 "available.\n", elemDecl->name, NULL); in xmlSchemaBuildContentModelForSubstGroup() 12568 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup() [all …]
|
D | SAX2.c | 1395 xmlElementPtr elemDecl; in xmlCheckDefaultedAttributes() local 1400 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix); in xmlCheckDefaultedAttributes() 1401 if (elemDecl == NULL) { in xmlCheckDefaultedAttributes() 1402 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); in xmlCheckDefaultedAttributes() 1408 if (elemDecl != NULL) { in xmlCheckDefaultedAttributes() 1409 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes() 1469 attr = elemDecl->attributes; in xmlCheckDefaultedAttributes() 1532 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
|
/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, 4128 if (schema->elemDecl != NULL) in xmlSchemaFree() 4129 xmlHashFree(schema->elemDecl, NULL); in xmlSchemaFree() 4524 xmlHashScanFull(schema->elemDecl, in xmlSchemaDump() 4755 WXS_FIND_GLOBAL_ITEM(elemDecl) in xmlSchemaGetElem() 12557 xmlSchemaElementPtr elemDecl, member; in xmlSchemaBuildContentModelForSubstGroup() local 12562 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForSubstGroup() 12569 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl); in xmlSchemaBuildContentModelForSubstGroup() 12575 "available.\n", elemDecl->name, NULL); in xmlSchemaBuildContentModelForSubstGroup() 12587 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup() [all …]
|
D | SAX2.c | 1425 xmlElementPtr elemDecl; in xmlCheckDefaultedAttributes() local 1430 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix); in xmlCheckDefaultedAttributes() 1431 if (elemDecl == NULL) { in xmlCheckDefaultedAttributes() 1432 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); in xmlCheckDefaultedAttributes() 1438 if (elemDecl != NULL) { in xmlCheckDefaultedAttributes() 1439 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes() 1499 attr = elemDecl->attributes; in xmlCheckDefaultedAttributes() 1562 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 935 xmlHashTablePtr elemDecl; member
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | schemasInternals.h | 935 xmlHashTablePtr elemDecl; member
|