only have one deprecated alias for XmlDtd

This commit is contained in:
erik-krogh
2022-08-23 10:30:44 +02:00
parent 7704a9eeac
commit 82d9180892
5 changed files with 10 additions and 25 deletions

View File

@@ -135,7 +135,7 @@ class XmlFile extends XmlParent, File {
XmlDtd getADtd() { xmlDTDs(result, _, _, _, this) }
/** DEPRECATED: Alias for getADtd */
deprecated XmlDTD getADTD() { result = this.getADtd() }
deprecated XmlDtd getADTD() { result = this.getADtd() }
}
/** DEPRECATED: Alias for XmlFile */
@@ -178,10 +178,7 @@ class XmlDtd extends XmlLocatable, @xmldtd {
}
/** DEPRECATED: Alias for XmlDtd */
deprecated class XmlDTD = XmlDtd;
/** DEPRECATED: Alias for XmlDtd */
deprecated class XMLDTD = XmlDTD;
deprecated class XMLDTD = XmlDtd;
/**
* An XML element in an XML file.