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

Module PrintHtml

Classes for printing HTML AST.

Import path

import semmle.javascript.PrintAst

Classes

HtmlAttributeNode

A print node representing an HTML attribute in a .html file.

HtmlAttributesNodes

An aggregate node representing all the attributes of an HTMLElement.

HtmlCodeInAttr

A print node representing the code inside an attribute.

HtmlElementNode

A print node representing an HTML node in a .html file.

HtmlScript

A print node representing the code inside a <script> element.

HtmlScriptElementNode

A print node representing an HTML node in a .html file.