| Package | Description |
|---|---|
| com.google.template.soy.coredirectives |
Plugin package for core print directives.
|
| 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.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CoreDirectiveUtils.isCoreDirective(PrintDirectiveNode directiveNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenDirectivePluginRequiresVisitor.visitPrintDirectiveNode(PrintDirectiveNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<EscapingMode> |
Context.getEscapingModes(List<PrintDirectiveNode> printDirectives)
Returns the escaping mode appropriate for dynamic content inserted in this context.
|
| Modifier and Type | Method and Description |
|---|---|
PrintDirectiveNode |
PrintDirectiveNode.Builder.build(SoyParsingContext context)
Returns a new
PrintDirectiveNode from the state of this builder, reporting syntax
errors to the given ErrorReporter. |
PrintDirectiveNode |
PrintDirectiveNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitPrintDirectiveNode(PrintDirectiveNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitPrintDirectiveNode(PrintDirectiveNode node) |