Class HtmlTemplate::TemplateStmt
A statement inside an HTML template.
Import path
import semmle.go.frameworks.stdlib.HtmlTemplateDirect supertypes
Predicates
| getBody | Gets the text of the body of the template statement. |
| getEnclosingTextNode | Get the HTML element that contains this template statement. |
| getFile | Gets the file in which this statement appears. |
| hasLocationInfo | Holds if this element is at the specified location. The location spans column |
| toString | Gets a textual representation of this statement. |