- All Implemented Interfaces:
- com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>, com.google.gwt.uibinder.rebind.XMLElement.PostProcessingInterpreter<java.lang.String>
public final class TextPlaceholderInterpreter
extends com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
Interprets the interior of text message. Any ph elements in the message will
be consumed by a call to their XMLElement.consumeInnerText(com.google.gwt.uibinder.rebind.XMLElement.PostProcessingInterpreter<java.lang.String>)
method.
A ph inside a text message may contain no other elements.