| Package | Description |
|---|---|
| com.google.template.soy.html.passes | |
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
VoidElementVerifyingVisitor
Looks for void element closing tags that are not immediately preceded by an open tag of the
same type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenIncrementalDomCodeVisitor
Generates a series of JavaScript control statements and function calls for rendering one or more
templates as HTML.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenDirectivePluginRequiresVisitor
A visitor to generate a set of Closure JS library names required by the plugins used by this
template.
|
class |
GenJsCodeVisitor
Visitor for generating full JS code (i.e.
|