Searched defs:elemDecl (Results 1 - 4 of 4) sorted by relevance
/external/libxml2/ |
H A D | SAX2.c | 1431 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 D | valid.c | 267 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 3385 xmlElementPtr elemDecl; local 5230 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument 5653 xmlElementPtr elemDecl = NULL; local 5725 xmlElementPtr elemDecl; local 5817 xmlElementPtr elemDecl; local 5891 xmlElementPtr elemDecl; local 5944 xmlElementPtr elemDecl = NULL; local [all...] |
H A D | xmlschemas.c | 1095 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, 4143 if (schema->elemDecl != NULL) 4144 xmlHashFree(schema->elemDecl, NULL); 4539 xmlHashScanFull(schema->elemDecl, 4770 WXS_FIND_GLOBAL_ITEM(elemDecl) 12572 xmlSchemaElementPtr elemDecl, member; local 12577 elemDecl = (xmlSchemaElementPtr) particle->children; 12584 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl); 12590 "available.\n", elemDecl->name, NULL); 12602 elemDecl 12697 xmlSchemaElementPtr elemDecl; local 13057 xmlSchemaElementPtr elemDecl; local 13217 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument 19566 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument 19599 xmlSchemaCheckElemPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaElementPtr elemDecl) argument 19781 xmlSchemaCheckElemSubstGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaElementPtr elemDecl) argument 20006 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument 20842 xmlSchemaElementPtr elemDecl; local 23184 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument 24881 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument 25013 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; local [all...] |
/external/libxml2/include/libxml/ |
H A D | schemasInternals.h | 935 xmlHashTablePtr elemDecl; member in struct:_xmlSchema
|
Completed in 193 milliseconds