| 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. |
| Modifier and Type | Field and Description |
|---|---|
Context.ElementType |
Context.elType
Describes the innermost element that the text preceding the context point is in.
|
| Modifier and Type | Method and Description |
|---|---|
static Context.ElementType |
Context.ElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.ElementType[] |
Context.ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|