Lines Matching defs:dtd
1147 xmlDtdPtr dtd, const xmlChar *name, in xmlAddElementDecl()
1660 xmlDtdPtr dtd, const xmlChar *elem, in xmlAddAttributeDecl()
2071 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, in xmlAddNotationDecl()
2968 xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdElementDesc()
3003 xmlGetDtdElementDesc2(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdElementDesc2()
3075 xmlGetDtdQElementDesc(xmlDtdPtr dtd, const xmlChar *name, in xmlGetDtdQElementDesc()
3099 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { in xmlGetDtdAttrDesc()
3136 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, in xmlGetDtdQAttrDesc()
3158 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdNotationDesc()
6441 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) { in xmlValidateDtd()
6500 xmlCtxtValidateDtd(xmlParserCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) { in xmlCtxtValidateDtd()
6638 xmlDtdPtr dtd; in xmlValidateDtdFinal() local