| Package | Description |
|---|---|
| com.google.template.soy.html | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlAttributeNode
A Node representing an HTML attribute.
|
class |
HtmlOpenTagNode
A Node representing the open tag of an HTML Element.
|
class |
HtmlVoidTagNode
A node representing an HTML Element with no children.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForeachNonemptyNode
Node representing the loop portion of a 'foreach' statement.
|
class |
IfNode
Node representing an 'if' statement.
|
class |
MsgFallbackGroupNode
Represents one message or a pair of message and fallback message.
|
class |
MsgHtmlTagNode
Node representing an HTML tag within a
msg statement/block. |
class |
MsgPlaceholderNode
A node that is the direct child of a MsgBlockNode and will turn into a placeholder.
|
class |
SoyFileNode
Node representing a Soy file.
|
class |
SoyFileSetNode
Node representing a Soy file set (the root of the Soy parse tree).
|
| Constructor and Description |
|---|
AbstractParentSoyNode(AbstractParentSoyNode<N> orig,
CopyState copyState)
Copy constructor.
|