public class

TextInterpreter

extends Object
implements XMLElement.Interpreter<T>
java.lang.Object
   ↳ com.google.gwt.uibinder.elementparsers.TextInterpreter

Class Overview

The interpreter of choice for calls to consumeInnerText(XMLElement.PostProcessingInterpreter). It handles <m:msg/> elements, replacing them with references to Messages interface calls.

Calls to consumeInnerHtml(XMLElement.Interpreter) should instead use HtmlInterpreter

Summary

Public Constructors
TextInterpreter(UiBinderWriter writer)
Public Methods
String interpretElement(XMLElement elem)
Given an XMLElement, return its filtered value.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter

Public Constructors

public TextInterpreter (UiBinderWriter writer)

Public Methods

public String interpretElement (XMLElement elem)

Given an XMLElement, return its filtered value.

Throws
UnableToCompleteException