Class TextInterpreter

java.lang.Object
com.google.gwt.uibinder.elementparsers.TextInterpreter
All Implemented Interfaces:
com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>

public class TextInterpreter extends Object implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
The interpreter of choice for calls to XMLElement.consumeInnerText(com.google.gwt.uibinder.rebind.XMLElement.PostProcessingInterpreter<java.lang.String>). It handles <m:msg/> elements, replacing them with references to Messages interface calls.

Calls to XMLElement.consumeInnerHtml(com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>) should instead use HtmlInterpreter