Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlGetDtdQAttrDesc

3293  * xmlGetDtdQAttrDesc:
3306 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name,
4369 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname,
4372 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname,
4385 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name,
4388 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name,
4548 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname,
4551 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname,
4565 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name,
4568 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name,