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 |
HtmlScriptElementNode |
A print node representing an HTML node in a .html file. |