| Package | Description |
|---|---|
| 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.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<EscapingMode> |
Context.getEscapingModes(SoyNode node,
List<PrintDirectiveNode> printDirectives)
Returns the escaping mode appropriate for dynamic content inserted in this context.
|
| Modifier and Type | Method and Description |
|---|---|
PrintDirectiveNode |
PrintDirectiveNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitPrintDirectiveNode(PrintDirectiveNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitPrintDirectiveNode(PrintDirectiveNode node) |