Lines Matching refs:xmlGetDtdAttrDesc

2780 	    attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,  in xmlIsID()
2783 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname, in xmlIsID()
3105 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name); in xmlIsRef()
3107 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlIsRef()
3341 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { in xmlGetDtdAttrDesc() function
4048 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name); in xmlValidCtxtNormalizeAttributeValue()
4050 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname, name); in xmlValidCtxtNormalizeAttributeValue()
4058 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name); in xmlValidCtxtNormalizeAttributeValue()
4060 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, elem->name, name); in xmlValidCtxtNormalizeAttributeValue()
4136 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name); in xmlValidNormalizeAttributeValue()
4138 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, elem->name, name); in xmlValidNormalizeAttributeValue()
4449 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, attr->name); in xmlValidateOneAttribute()
4451 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlValidateOneAttribute()
4465 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, in xmlValidateOneAttribute()
4468 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlValidateOneAttribute()
4628 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, in xmlValidateOneNamespace()
4631 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname, in xmlValidateOneNamespace()
4645 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, in xmlValidateOneNamespace()
4648 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlValidateOneNamespace()