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 {
36
36
deprecated class XMLLocatable = XmlLocatable ;
37
37
38
38
/**
39
- * An `XMLParent ` is either an `XMLElement ` or an `XMLFile `,
39
+ * An `XmlParent ` is either an `XmlElement ` or an `XmlFile `,
40
40
* both of which can contain other elements.
41
41
*/
42
42
class XmlParent extends @xmlparent {
43
43
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 `;
45
45
// the type `@xmlparent` currently also includes non-XML files
46
46
this instanceof @xmlelement or xmlEncoding ( this , _)
47
47
}
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ class XmlLocatable extends @xmllocatable, TXmlLocatable {
36
36
deprecated class XMLLocatable = XmlLocatable ;
37
37
38
38
/**
39
- * An `XMLParent ` is either an `XMLElement ` or an `XMLFile `,
39
+ * An `XmlParent ` is either an `XmlElement ` or an `XmlFile `,
40
40
* both of which can contain other elements.
41
41
*/
42
42
class XmlParent extends @xmlparent {
43
43
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 `;
45
45
// the type `@xmlparent` currently also includes non-XML files
46
46
this instanceof @xmlelement or xmlEncoding ( this , _)
47
47
}
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ class XmlLocatable extends @xmllocatable, TXmlLocatable {
36
36
deprecated class XMLLocatable = XmlLocatable ;
37
37
38
38
/**
39
- * An `XMLParent ` is either an `XMLElement ` or an `XMLFile `,
39
+ * An `XmlParent ` is either an `XmlElement ` or an `XmlFile `,
40
40
* both of which can contain other elements.
41
41
*/
42
42
class XmlParent extends @xmlparent {
43
43
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 `;
45
45
// the type `@xmlparent` currently also includes non-XML files
46
46
this instanceof @xmlelement or xmlEncoding ( this , _)
47
47
}
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ class XmlLocatable extends @xmllocatable, TXmlLocatable {
36
36
deprecated class XMLLocatable = XmlLocatable ;
37
37
38
38
/**
39
- * An `XMLParent ` is either an `XMLElement ` or an `XMLFile `,
39
+ * An `XmlParent ` is either an `XmlElement ` or an `XmlFile `,
40
40
* both of which can contain other elements.
41
41
*/
42
42
class XmlParent extends @xmlparent {
43
43
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 `;
45
45
// the type `@xmlparent` currently also includes non-XML files
46
46
this instanceof @xmlelement or xmlEncoding ( this , _)
47
47
}
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ class XmlLocatable extends @xmllocatable, TXmlLocatable {
36
36
deprecated class XMLLocatable = XmlLocatable ;
37
37
38
38
/**
39
- * An `XMLParent ` is either an `XMLElement ` or an `XMLFile `,
39
+ * An `XmlParent ` is either an `XmlElement ` or an `XmlFile `,
40
40
* both of which can contain other elements.
41
41
*/
42
42
class XmlParent extends @xmlparent {
43
43
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 `;
45
45
// the type `@xmlparent` currently also includes non-XML files
46
46
this instanceof @xmlelement or xmlEncoding ( this , _)
47
47
}
You can’t perform that action at this time.
0 commit comments