| Package | Description |
|---|---|
| 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 |
Compiler passes shared between multiple backends or between frontend and backend.
|
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
RemoveHtmlCommentsVisitor.visitRawTextNode(RawTextNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitRawTextNode(RawTextNode node) |
| Modifier and Type | Method and Description |
|---|---|
RawTextNode |
RawTextNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitRawTextNode(RawTextNode node) |
protected void |
AbstractSoyNodeVisitor.visitRawTextNode(RawTextNode node) |