| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlCloseTagNode
An HtmlCloseTagNode represents a closing html tag.
|
class |
HtmlOpenTagNode
An HtmlOpenTagNode represents an opening html tag.
|
| Modifier and Type | Method and Description |
|---|---|
static MsgHtmlTagNode |
MsgHtmlTagNode.fromNode(int id,
HtmlTagNode tagNode,
ErrorReporter errorReporter)
Creates a
MsgHtmlTagNode from a HtmlTagNode. |
| Constructor and Description |
|---|
HtmlTagNode(HtmlTagNode orig,
CopyState copyState) |