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. |
Aliases
HTMLAttributeNode | DEPRECATED: Alias for HtmlAttributeNode |
HTMLAttributesNodes | DEPRECATED: Alias for HtmlAttributesNodes |
HTMLCodeInAttr | DEPRECATED: Alias for HtmlCodeInAttr |
HTMLElementNode | DEPRECATED: Alias for HtmlElementNode |
HTMLScript | DEPRECATED: Alias for HtmlScript |
HTMLScriptElementNode | DEPRECATED: Alias for HtmlScriptElementNode |