| 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. |
| Class and Description |
|---|
| Context
Encapsulates the context in which a Soy node appears.
|
| Context.AttributeEndDelimiter
Describes the content that will end the current HTML attribute.
|
| Context.AttributeType
Describes the content of an HTML attribute.
|
| Context.ElementType
A type of HTML element.
|
| Context.JsFollowingSlash
Describes what a slash (
/) means when parsing JavaScript source code. |
| Context.UriPart
Describes the part of a URI reference that the context point is in.
|
| Context.UriType
Describes the type or context of a URI that is currently being or about to be parsed.
|