Important: Do not use outside of Soy code (treat as superpackage-private). @author Kai Huang
104105106107108109110111
madeReplacement = false; visitChildren(node); // If we made any replacements, we may have created consecutive RawTextNodes, so clean them up. if (madeReplacement) { (new CombineConsecutiveRawTextNodesVisitor()).exec(node); } }