Home
last modified time | relevance | path

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

/external/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.c1103 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4158 if (schema->elemDecl != NULL) in xmlSchemaFree()
4159 xmlHashFree(schema->elemDecl, NULL); in xmlSchemaFree()
4561 xmlHashScanFull(schema->elemDecl, xmlSchemaElementDump, output); in xmlSchemaDump()
4791 WXS_FIND_GLOBAL_ITEM(elemDecl) in xmlSchemaGetElem()
12598 xmlSchemaElementPtr elemDecl, member; in xmlSchemaBuildContentModelForSubstGroup() local
12603 elemDecl = (xmlSchemaElementPtr) particle->children; in xmlSchemaBuildContentModelForSubstGroup()
12610 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl); in xmlSchemaBuildContentModelForSubstGroup()
12616 "available.\n", elemDecl->name, NULL); in xmlSchemaBuildContentModelForSubstGroup()
12628 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup()
[all …]
DSAX2.c1438 xmlElementPtr elemDecl; in xmlCheckDefaultedAttributes() local
1443 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix); in xmlCheckDefaultedAttributes()
1444 if (elemDecl == NULL) { in xmlCheckDefaultedAttributes()
1445 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); in xmlCheckDefaultedAttributes()
1451 if (elemDecl != NULL) { in xmlCheckDefaultedAttributes()
1452 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()
1512 attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()
1575 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
/external/libxml2/include/libxml/
DschemasInternals.h935 xmlHashTablePtr elemDecl; member
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1119 d elemDecl like(xmlHashTablePtr)