| 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.AttributeEndDelimiter |
Context.delimType
Describes the quoting convention for the attribute value that the context point is in.
|
| Modifier and Type | Method and Description |
|---|---|
static Context.AttributeEndDelimiter |
Context.AttributeEndDelimiter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.AttributeEndDelimiter[] |
Context.AttributeEndDelimiter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|