Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlGetDtdAttrDesc

2708 	    attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
2711 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname,
3031 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3033 attrDecl = xmlGetDtdAttrDesc(doc->extSubset,
3256 * xmlGetDtdAttrDesc:
3268 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) {
3975 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
3977 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname, name);
3985 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
3987 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, elem->name, name);
4063 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
4065 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, elem->name, name);
4374 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, attr->name);
4376 attrDecl = xmlGetDtdAttrDesc(doc->extSubset,
4390 attrDecl = xmlGetDtdAttrDesc(doc->intSubset,
4393 attrDecl = xmlGetDtdAttrDesc(doc->extSubset,
4553 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname,
4556 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname,
4570 attrDecl = xmlGetDtdAttrDesc(doc->intSubset,
4573 attrDecl = xmlGetDtdAttrDesc(doc->extSubset,