Module DOM
Import path
import javascript
Predicates
documentRef | Gets a reference to the ‘document’ object. |
documentSource | Gets a direct reference to the |
domValueRef | Gets a data flow node that may refer to a value from the DOM. |
domValueSource | Gets a data flow node that refers directly to a value from the DOM. |
getAPropertyNameInterpretedAsJavaScriptUrl | Holds if a value assigned to property |
isInvalidHtmlIdAttributeValue | Holds if |
isUrlValuedAttribute | Holds if the value of attribute |
locationRef | Gets a reference to a DOM |
locationSource | Gets a data flow node that directly refers to a DOM |
Classes
AttributeDefinition | A DOM attribute as defined, for instance, by an HTML attribute in an HTML file or a JSX attribute in a JavaScript file. |
DocumentElementDefinition | An HTML |
Element | A data flow node or other program element that may refer to a DOM element. |
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. |