public abstract class ConformanceInput extends Object
syntax tree. Conformance checks dealing specifically
with the HTML structure contained in the Soy template will also need to inspect
the raw text nodes.| Constructor and Description |
|---|
ConformanceInput() |
| Modifier and Type | Method and Description |
|---|---|
static ConformanceInput |
create(SoyFileSetNode soyTree,
com.google.common.collect.ImmutableList<SlicedRawTextNode> slicedRawTextNodes) |
abstract com.google.common.collect.ImmutableList<SlicedRawTextNode> |
getSlicedRawTextNodes() |
abstract SoyFileSetNode |
getSoyTree() |
public static ConformanceInput create(SoyFileSetNode soyTree, com.google.common.collect.ImmutableList<SlicedRawTextNode> slicedRawTextNodes)
public abstract SoyFileSetNode getSoyTree()
public abstract com.google.common.collect.ImmutableList<SlicedRawTextNode> getSlicedRawTextNodes()