Class HtmlPlaceholderInterpreter

java.lang.Object
com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
com.google.gwt.uibinder.elementparsers.HtmlPlaceholderInterpreter
All Implemented Interfaces:
com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>, com.google.gwt.uibinder.rebind.XMLElement.PostProcessingInterpreter<String>
Direct Known Subclasses:
WidgetPlaceholderInterpreter

class HtmlPlaceholderInterpreter extends com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
Interprets the interior of an html message. Extends the basic PlaceholderInterpreter to handle dom elements with field names and computed attributes--basically any dom attribute that cannot live in a static value and so must be wrapped in a placeholder. (Note that the interior of such an element is processed with a recursive call to XMLElement.consumeInnerHtml(com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>).)