public final class

NullInterpreter

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

Class Overview

An no-op interpreter.

Summary

Public Constructors
NullInterpreter()
Public Methods
T 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 NullInterpreter ()

Public Methods

public T interpretElement (XMLElement elem)

Given an XMLElement, return its filtered value.