Home | History | Annotate | Download | only in src

Lines Matching refs:elemDecl

1395     xmlElementPtr elemDecl;
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,