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

Class DOM::ElementDefinition

A definition of a DOM element, for instance by an HTML element in an HTML file or a JSX element in a JavaScript file.

Import path

import javascript

Direct supertypes

Indirect supertypes

Known direct subtypes

Predicates

getAnAttribute

Gets an attribute of this DOM element.

getAttribute

Gets the ith attribute of this DOM element, if it can be determined.

getAttributeByName

Gets an attribute of this DOM element with name name.

getDocument

Gets the document element to which this element belongs, if it can be determined.

getName

Gets the name of the DOM element; for example, a <p> element has name p.

getParent

Gets the parent element of this element.

getRoot

Gets the root element (i.e. an element without a parent) in which this element is contained.

Inherited predicates

getAPrimaryQlClass

Gets the primary QL class for the Locatable.

from Locatable
getEndLine

Gets the line on which this element ends.

from Locatable
getFile

Gets the file this program element comes from.

from Locatable
getLocation

Gets this element’s location.

from Locatable
getNumLines

Gets the number of lines covered by this element.

from Locatable
getPrimaryQlClasses

Gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs.

from Locatable
getStartLine

Gets the line on which this element starts.

from Locatable
toString

Gets a textual representation of this element.

from Locatable