Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlDtdPtr

29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
1382 xmlDtdPtr dtd, const xmlChar *name,
1927 xmlDtdPtr dtd, const xmlChar *elem,
2347 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd,
3147 xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name) {
3177 xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, int create) {
3245 xmlGetDtdQElementDesc(xmlDtdPtr dtd, const xmlChar *name,
3269 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) {
3306 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name,
3328 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) {
6614 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) {
6616 xmlDtdPtr oldExt, oldInt;
6720 elem = xmlGetDtdElementDesc((xmlDtdPtr) cur->parent, cur->elem);
6755 xmlDtdPtr dtd;