| Package | Description |
|---|---|
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenIncrementalDomCodeVisitor.visitHtmlAttributeNode(HtmlAttributeNode node)
Visits the
HtmlAttributeNode. |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
IsComputableAsJsExprsVisitor.visitHtmlAttributeNode(HtmlAttributeNode node) |
| Modifier and Type | Method and Description |
|---|---|
HtmlAttributeNode |
HtmlTagNode.getDirectAttributeNamed(String attrName)
Returns an attribute with the given static name if it is a direct child.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitHtmlAttributeNode(HtmlAttributeNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitHtmlAttributeNode(HtmlAttributeNode node) |