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

/external/chromium_org/third_party/libxml/src/
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
3384 xmlElementPtr elemDecl; local
5229 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.c1090 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4109 if (schema->elemDecl != NULL)
4110 xmlHashFree(schema->elemDecl, NULL);
4505 xmlHashScanFull(schema->elemDecl,
4736 WXS_FIND_GLOBAL_ITEM(elemDecl)
12538 xmlSchemaElementPtr elemDecl, member; local
12543 elemDecl = (xmlSchemaElementPtr) particle->children;
12550 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl);
12556 "available.\n", elemDecl->name, NULL);
12568 elemDecl
12663 xmlSchemaElementPtr elemDecl; local
13014 xmlSchemaElementPtr elemDecl; local
13174 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
19522 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
19555 xmlSchemaCheckElemPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaElementPtr elemDecl) argument
19737 xmlSchemaCheckElemSubstGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaElementPtr elemDecl) argument
19962 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
20798 xmlSchemaElementPtr elemDecl; local
23140 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument
24837 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument
24969 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; local
[all...]
H A DSAX2.c1395 xmlElementPtr elemDecl; local
1400 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix);
1401 if (elemDecl == NULL) {
1402 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix);
1408 if (elemDecl != NULL) {
1409 xmlAttributePtr attr = elemDecl->attributes;
1469 attr = elemDecl->attributes;
1532 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset,
/external/libxml2/
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
3384 xmlElementPtr elemDecl; local
5229 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
5652 xmlElementPtr elemDecl = NULL; local
5724 xmlElementPtr elemDecl; local
5816 xmlElementPtr elemDecl; local
5890 xmlElementPtr elemDecl; local
5943 xmlElementPtr elemDecl = NULL; local
[all...]
H A Dxmlschemas.c1095 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4128 if (schema->elemDecl != NULL)
4129 xmlHashFree(schema->elemDecl, NULL);
4524 xmlHashScanFull(schema->elemDecl,
4755 WXS_FIND_GLOBAL_ITEM(elemDecl)
12557 xmlSchemaElementPtr elemDecl, member; local
12562 elemDecl = (xmlSchemaElementPtr) particle->children;
12569 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl);
12575 "available.\n", elemDecl->name, NULL);
12587 elemDecl
12682 xmlSchemaElementPtr elemDecl; local
13042 xmlSchemaElementPtr elemDecl; local
13202 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
19551 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
19584 xmlSchemaCheckElemPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaElementPtr elemDecl) argument
19766 xmlSchemaCheckElemSubstGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaElementPtr elemDecl) argument
19991 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
20827 xmlSchemaElementPtr elemDecl; local
23169 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument
24866 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument
24998 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; local
[all...]
H A DSAX2.c1425 xmlElementPtr elemDecl; local
1430 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix);
1431 if (elemDecl == NULL) {
1432 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix);
1438 if (elemDecl != NULL) {
1439 xmlAttributePtr attr = elemDecl->attributes;
1499 attr = elemDecl->attributes;
1562 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset,
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h935 xmlHashTablePtr elemDecl; member in struct:_xmlSchema
/external/libxml2/include/libxml/
H A DschemasInternals.h935 xmlHashTablePtr elemDecl; member in struct:_xmlSchema

Completed in 330 milliseconds