CodeQL library for C#
codeql/csharp-all 0.9.2-dev (changelog, source)
Search

Class Make::XmlLocatable

An XML element that has a location.

Import path

import codeql.xml.Xml

Direct supertypes

Known direct subtypes

    Predicates

    getLocation

    Gets the location of this element.

    hasLocationInfo

    Holds if this element is at the specified location. The location spans column startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

    toString

    Gets a textual representation of this element.