Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlGetDtdQAttrDesc

3292  * xmlGetDtdQAttrDesc:
3305 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name,
4368 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname,
4371 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname,
4384 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name,
4387 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name,
4547 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname,
4550 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname,
4564 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name,
4567 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name,