File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
cpp/ql/lib/semmle/code/cpp
csharp/ql/lib/semmle/code/csharp
javascript/ql/lib/semmle/javascript
java/ql/lib/semmle/code/xml
python/ql/lib/semmle/python/xml Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ class XmlLocatable extends @xmllocatable, TXmlLocatable {
3636deprecated class XMLLocatable = XmlLocatable ;
3737
3838/**
39- * An `XMLParent ` is either an `XMLElement ` or an `XMLFile `,
39+ * An `XmlParent ` is either an `XmlElement ` or an `XmlFile `,
4040 * both of which can contain other elements.
4141 */
4242class XmlParent extends @xmlparent {
4343 XmlParent ( ) {
44- // explicitly restrict `this` to be either an `XMLElement ` or an `XMLFile `;
44+ // explicitly restrict `this` to be either an `XmlElement ` or an `XmlFile `;
4545 // the type `@xmlparent` currently also includes non-XML files
4646 this instanceof @xmlelement or xmlEncoding ( this , _)
4747 }
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ class XmlLocatable extends @xmllocatable, TXmlLocatable {
3636deprecated class XMLLocatable = XmlLocatable ;
3737
3838/**
39- * An `XMLParent ` is either an `XMLElement ` or an `XMLFile `,
39+ * An `XmlParent ` is either an `XmlElement ` or an `XmlFile `,
4040 * both of which can contain other elements.
4141 */
4242class XmlParent extends @xmlparent {
4343 XmlParent ( ) {
44- // explicitly restrict `this` to be either an `XMLElement ` or an `XMLFile `;
44+ // explicitly restrict `this` to be either an `XmlElement ` or an `XmlFile `;
4545 // the type `@xmlparent` currently also includes non-XML files
4646 this instanceof @xmlelement or xmlEncoding ( this , _)
4747 }
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ class XmlLocatable extends @xmllocatable, TXmlLocatable {
3636deprecated class XMLLocatable = XmlLocatable ;
3737
3838/**
39- * An `XMLParent ` is either an `XMLElement ` or an `XMLFile `,
39+ * An `XmlParent ` is either an `XmlElement ` or an `XmlFile `,
4040 * both of which can contain other elements.
4141 */
4242class XmlParent extends @xmlparent {
4343 XmlParent ( ) {
44- // explicitly restrict `this` to be either an `XMLElement ` or an `XMLFile `;
44+ // explicitly restrict `this` to be either an `XmlElement ` or an `XmlFile `;
4545 // the type `@xmlparent` currently also includes non-XML files
4646 this instanceof @xmlelement or xmlEncoding ( this , _)
4747 }
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ class XmlLocatable extends @xmllocatable, TXmlLocatable {
3636deprecated class XMLLocatable = XmlLocatable ;
3737
3838/**
39- * An `XMLParent ` is either an `XMLElement ` or an `XMLFile `,
39+ * An `XmlParent ` is either an `XmlElement ` or an `XmlFile `,
4040 * both of which can contain other elements.
4141 */
4242class XmlParent extends @xmlparent {
4343 XmlParent ( ) {
44- // explicitly restrict `this` to be either an `XMLElement ` or an `XMLFile `;
44+ // explicitly restrict `this` to be either an `XmlElement ` or an `XmlFile `;
4545 // the type `@xmlparent` currently also includes non-XML files
4646 this instanceof @xmlelement or xmlEncoding ( this , _)
4747 }
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ class XmlLocatable extends @xmllocatable, TXmlLocatable {
3636deprecated class XMLLocatable = XmlLocatable ;
3737
3838/**
39- * An `XMLParent ` is either an `XMLElement ` or an `XMLFile `,
39+ * An `XmlParent ` is either an `XmlElement ` or an `XmlFile `,
4040 * both of which can contain other elements.
4141 */
4242class XmlParent extends @xmlparent {
4343 XmlParent ( ) {
44- // explicitly restrict `this` to be either an `XMLElement ` or an `XMLFile `;
44+ // explicitly restrict `this` to be either an `XmlElement ` or an `XmlFile `;
4545 // the type `@xmlparent` currently also includes non-XML files
4646 this instanceof @xmlelement or xmlEncoding ( this , _)
4747 }
You can’t perform that action at this time.
0 commit comments