CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.12 (changelog, source)
Search

Class XmlComment

A comment in an XML file.

Example:

<!-- This is a comment. -->

Import path

import javascript

Direct supertypes

Indirect supertypes

Predicates

getParent

Gets the parent of this XML comment.

getText

Gets the text content of this XML comment.

toString

Gets a printable representation of this XML comment.

Inherited predicates

getLocation

Gets the source location for this element.

from XmlLocatable
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.

from XmlLocatable