| Package | Description |
|---|---|
| com.google.template.soy.html.passes | |
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.parsepasses.contextautoesc |
A pass that modifies a SoyFile to add escape directives where necessary based on a contextual
examination of template
print commands. |
| 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 |
HtmlTransformVisitor.visitRawTextNode(RawTextNode node)
Visits a
RawTextNode, going through each of the characters and building up the HTML
pieces (e.g. |
| 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 Boolean |
IsComputableAsJsExprsVisitor.visitRawTextNode(RawTextNode node) |
protected void |
GenJsExprsVisitor.visitRawTextNode(RawTextNode node)
Example:
|
| Modifier and Type | Method and Description |
|---|---|
RawTextNode |
SlicedRawTextNode.getRawTextNode() |
| Constructor and Description |
|---|
SlicedRawTextNode(RawTextNode rawTextNode,
Context startContext) |
| 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 |
|---|---|
RawTextNode |
RawTextNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitRawTextNode(RawTextNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitRawTextNode(RawTextNode node) |