Searched defs:elemDecl (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/
H A DSAX2.c1431 xmlElementPtr elemDecl; local
1436 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix);
1437 if (elemDecl == NULL) {
1438 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix);
1444 if (elemDecl != NULL) {
1445 xmlAttributePtr attr = elemDecl->attributes;
1505 attr = elemDecl->attributes;
1568 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset,
H A Dvalid.c267 xmlElementPtr elemDecl; /* pointer to the content model */ member in struct:_xmlValidState
274 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) { argument
298 ctxt->vstateTab[ctxt->vstateNr].elemDecl = elemDecl;
300 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
301 if (elemDecl->contModel == NULL)
302 xmlValidBuildContentModel(ctxt, elemDecl);
303 if (elemDecl->contModel != NULL) {
305 xmlRegNewExecCtxt(elemDecl
319 xmlElementPtr elemDecl; local
3383 xmlElementPtr elemDecl; local
5228 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
5651 xmlElementPtr elemDecl = NULL; local
5723 xmlElementPtr elemDecl; local
5815 xmlElementPtr elemDecl; local
5889 xmlElementPtr elemDecl; local
5942 xmlElementPtr elemDecl = NULL; local
[all...]
H A Dxmlschemas.c1095 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4130 if (schema->elemDecl != NULL)
4131 xmlHashFree(schema->elemDecl, NULL);
4526 xmlHashScanFull(schema->elemDecl,
4757 WXS_FIND_GLOBAL_ITEM(elemDecl)
12559 xmlSchemaElementPtr elemDecl, member; local
12564 elemDecl = (xmlSchemaElementPtr) particle->children;
12571 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl);
12577 "available.\n", elemDecl->name, NULL);
12589 elemDecl
12684 xmlSchemaElementPtr elemDecl; local
13044 xmlSchemaElementPtr elemDecl; local
13204 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
19553 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
19586 xmlSchemaCheckElemPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaElementPtr elemDecl) argument
19768 xmlSchemaCheckElemSubstGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaElementPtr elemDecl) argument
19993 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
20829 xmlSchemaElementPtr elemDecl; local
23171 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument
24868 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument
25000 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; local
[all...]
/external/libxml2/include/libxml/
H A DschemasInternals.h935 xmlHashTablePtr elemDecl; member in struct:_xmlSchema

Completed in 105 milliseconds