| 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 | Method and Description |
|---|---|
static List<SlicedRawTextNode.RawTextSlice> |
SlicedRawTextNode.find(Iterable<? extends SlicedRawTextNode> slicedTextNodes,
com.google.common.base.Predicate<? super Context> prevContextPredicate,
com.google.common.base.Predicate<? super Context> sliceContextPredicate,
com.google.common.base.Predicate<? super Context> nextContextPredicate)
The slices that occur in the context described by the given predicates.
|
List<SlicedRawTextNode.RawTextSlice> |
SlicedRawTextNode.getSlices() |