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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c262 xmlElementPtr elemDecl; /* pointer to the content model */ member in struct:_xmlValidState
269 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) { argument
293 ctxt->vstateTab[ctxt->vstateNr].elemDecl = elemDecl;
295 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
296 if (elemDecl->contModel == NULL)
297 xmlValidBuildContentModel(ctxt, elemDecl);
298 if (elemDecl->contModel != NULL) {
300 xmlRegNewExecCtxt(elemDecl
314 xmlElementPtr elemDecl; local
3422 xmlElementPtr elemDecl; local
5156 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
5578 xmlElementPtr elemDecl = NULL; local
5650 xmlElementPtr elemDecl; local
5742 xmlElementPtr elemDecl; local
5816 xmlElementPtr elemDecl; local
5869 xmlElementPtr elemDecl = NULL; local
[all...]
H A Dxmlschemas.c1090 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4109 if (schema->elemDecl != NULL)
4110 xmlHashFree(schema->elemDecl, NULL);
4505 xmlHashScanFull(schema->elemDecl,
4736 WXS_FIND_GLOBAL_ITEM(elemDecl)
12522 xmlSchemaElementPtr elemDecl, member; local
12526 elemDecl = (xmlSchemaElementPtr) particle->children;
12533 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl);
12539 "available.\n", elemDecl->name, NULL);
12551 elemDecl
12636 xmlSchemaElementPtr elemDecl; local
12960 xmlSchemaElementPtr elemDecl; local
13108 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
19451 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
19484 xmlSchemaCheckElemPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaElementPtr elemDecl) argument
19666 xmlSchemaCheckElemSubstGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaElementPtr elemDecl) argument
19891 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
20727 xmlSchemaElementPtr elemDecl; local
23069 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument
24764 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument
24896 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; local
[all...]
H A DSAX2.c1372 xmlElementPtr elemDecl; local
1377 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix);
1378 if (elemDecl == NULL) {
1379 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix);
1385 if (elemDecl != NULL) {
1386 xmlAttributePtr attr = elemDecl->attributes;
1441 attr = elemDecl->attributes;
1504 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset,
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DschemasInternals.h935 xmlHashTablePtr elemDecl; member in struct:_xmlSchema

Completed in 266 milliseconds