Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlDtdPtr

29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
640 xmlAttributePtr xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem);
1384 xmlDtdPtr dtd, const xmlChar *name,
1862 xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem) {
1975 xmlDtdPtr dtd, const xmlChar *elem,
2395 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd,
3194 xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name) {
3224 xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, int create) {
3292 xmlGetDtdQElementDesc(xmlDtdPtr dtd, const xmlChar *name,
3316 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) {
3353 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name,
3375 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) {
6654 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) {
6656 xmlDtdPtr oldExt, oldInt;
6760 elem = xmlGetDtdElementDesc((xmlDtdPtr) cur->parent, cur->elem);
6795 xmlDtdPtr dtd;