Home
last modified time | relevance | path

Searched refs:elemDecl (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/
Dvalid.c267 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 …]
Dxmlschemas.c1116 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4203 if (schema->elemDecl != NULL) in xmlSchemaFree()
4204 xmlHashFree(schema->elemDecl, NULL); in xmlSchemaFree()
4606 xmlHashScanFull(schema->elemDecl, xmlSchemaElementDump, output); in xmlSchemaDump()
4836 WXS_FIND_GLOBAL_ITEM(elemDecl) in xmlSchemaGetElem()
12649 xmlSchemaElementPtr elemDecl, member; in xmlSchemaBuildContentModelForSubstGroup() local
12654 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForSubstGroup()
12661 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl); in xmlSchemaBuildContentModelForSubstGroup()
12667 "available.\n", elemDecl->name, NULL); in xmlSchemaBuildContentModelForSubstGroup()
12679 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup()
[all …]
DSAX2.c1409 xmlElementPtr elemDecl; in xmlCheckDefaultedAttributes() local
1414 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix); in xmlCheckDefaultedAttributes()
1415 if (elemDecl == NULL) { in xmlCheckDefaultedAttributes()
1416 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); in xmlCheckDefaultedAttributes()
1422 if (elemDecl != NULL) { in xmlCheckDefaultedAttributes()
1423 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()
1483 attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()
1546 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
/third_party/gettext/gnulib-local/lib/libxml/
Dvalid.c296 xmlElementPtr elemDecl; /* pointer to the content model */ member
303 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) { in vstateVPush() argument
327 ctxt->vstateTab[ctxt->vstateNr].elemDecl = elemDecl; in vstateVPush()
329 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) { in vstateVPush()
330 if (elemDecl->contModel == NULL) in vstateVPush()
331 xmlValidBuildContentModel(ctxt, elemDecl); in vstateVPush()
332 if (elemDecl->contModel != NULL) { in vstateVPush()
334 xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL); in vstateVPush()
337 xmlErrValidNode(ctxt, (xmlNodePtr) elemDecl, in vstateVPush()
348 xmlElementPtr elemDecl; in vstateVPop() local
[all …]
Dxmlschemas.c1132 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4187 if (schema->elemDecl != NULL) in xmlSchemaFree()
4188 xmlHashFree(schema->elemDecl, NULL); in xmlSchemaFree()
4590 xmlHashScanFull(schema->elemDecl, xmlSchemaElementDump, output); in xmlSchemaDump()
4820 WXS_FIND_GLOBAL_ITEM(elemDecl) in xmlSchemaGetElem()
12627 xmlSchemaElementPtr elemDecl, member; in xmlSchemaBuildContentModelForSubstGroup() local
12632 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForSubstGroup()
12639 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl); in xmlSchemaBuildContentModelForSubstGroup()
12645 "available.\n", elemDecl->name, NULL); in xmlSchemaBuildContentModelForSubstGroup()
12657 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup()
[all …]
DSAX2.c1466 xmlElementPtr elemDecl; in xmlCheckDefaultedAttributes() local
1471 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix); in xmlCheckDefaultedAttributes()
1472 if (elemDecl == NULL) { in xmlCheckDefaultedAttributes()
1473 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); in xmlCheckDefaultedAttributes()
1479 if (elemDecl != NULL) { in xmlCheckDefaultedAttributes()
1480 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()
1540 attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()
1603 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
DschemasInternals.in.h963 xmlHashTablePtr elemDecl; member
/third_party/libxml2/include/libxml/
DschemasInternals.h935 xmlHashTablePtr elemDecl; member
/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1119 d elemDecl like(xmlHashTablePtr)