| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
TagName |
HtmlTagNode.getTagName() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TagName.checkOptionalTagShouldBePopped(TagName openTag,
TagName closeTag)
Checks if the an open tag can be auto-closed by a following close tag.
|
| Constructor and Description |
|---|
HtmlCloseTagNode(int id,
TagName tagName,
SourceLocation sourceLocation) |
HtmlOpenTagNode(int id,
TagName tagName,
SourceLocation sourceLocation,
boolean selfClosing) |
HtmlTagNode(int id,
TagName tagName,
SourceLocation sourceLocation) |