| Package | Description |
|---|---|
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenIncrementalDomCodeVisitor.visitRawTextNode(RawTextNode node)
Visits a
RawTextNode, which occurs either as a child of any BlockNode or the 'child' of
an HTML tag. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenJsExprsVisitor.visitRawTextNode(RawTextNode node)
Example:
|
protected Boolean |
IsComputableAsJsExprsVisitor.visitRawTextNode(RawTextNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenPyExprsVisitor.visitRawTextNode(RawTextNode node)
Example:
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitRawTextNode(RawTextNode node) |
| Modifier and Type | Method and Description |
|---|---|
static RawTextNode |
RawTextNode.concat(List<RawTextNode> nodes)
Concatenates the non-empty set of RawTextNodes, preserving source location information.
|
RawTextNode |
RawTextNode.copy(CopyState copyState) |
RawTextNode |
RawTextNode.substring(int newId,
int start)
Returns a new RawTextNode that represents the given
String.substring(int) of this raw
text node. |
RawTextNode |
RawTextNode.substring(int newId,
int start,
int end)
Returns a new RawTextNode that represents the given
String.substring(int, int) of this
raw text node. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitRawTextNode(RawTextNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitRawTextNode(RawTextNode node) |
| Modifier and Type | Method and Description |
|---|---|
static RawTextNode |
RawTextNode.concat(List<RawTextNode> nodes)
Concatenates the non-empty set of RawTextNodes, preserving source location information.
|
| Constructor and Description |
|---|
TagName(RawTextNode node) |