File tree Expand file tree Collapse file tree
cpp/ql/src/semmle/code/cpp
javascript/ql/src/semmle/javascript
java/ql/src/semmle/code/xml
python/ql/src/semmle/python/xml Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 * Provides classes and predicates for working with XML files and their content.
33 */
44
5- import semmle.code.cpp.Location
5+ import semmle.files.FileSystem
66
77/** An XML element that has a location. */
88abstract class XMLLocatable extends @xmllocatable {
Original file line number Diff line number Diff line change 22 * Provides classes and predicates for working with XML files and their content.
33 */
44
5- import semmle.code.Location
5+ import semmle.files.FileSystem
66
77/** An XML element that has a location. */
88abstract class XMLLocatable extends @xmllocatable {
Original file line number Diff line number Diff line change 22 * Provides classes and predicates for working with XML files and their content.
33 */
44
5- import javascript
5+ import semmle.files.FileSystem
66
77/** An XML element that has a location. */
88abstract class XMLLocatable extends @xmllocatable {
Original file line number Diff line number Diff line change 22 * A library for working with XML files and their content.
33 */
44
5- import semmle.python.Files
5+ import semmle.files.FileSystem
66
77/** An XML element that has a location. */
88abstract class XMLLocatable extends @xmllocatable {
You can’t perform that action at this time.
0 commit comments