If the Soy tree doesn't contain plural/select messages, then after this pass, the Soy tree should no longer contain MsgNodes, MsgPlaceholderNodes, and MsgHtmlTagNodes. If the Soy tree contains plural/select messages, then the only messages left in the tree after this pass runs should be the plural/select messages.
Important: Do not use outside of Soy code (treat as superpackage-private).
Note that the Soy tree is usually simplifiable after this pass is run (e.g. it usually contains consecutive RawTextNodes). It's usually advisable to run a simplification pass after this pass. @author Kai Huang
|
|
|
|
|
|