com.google.gwt.uibinder.elementparsers
Class NullInterpreter<T>

java.lang.Object
  extended by com.google.gwt.uibinder.elementparsers.NullInterpreter<T>
Type Parameters:
T - The type of null to return
All Implemented Interfaces:
XMLElement.Interpreter<T>

public final class NullInterpreter<T>
extends java.lang.Object
implements XMLElement.Interpreter<T>

An no-op interpreter.


Constructor Summary
NullInterpreter()
           
 
Method Summary
 T interpretElement(XMLElement elem)
          Given an XMLElement, return its filtered value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullInterpreter

public NullInterpreter()
Method Detail

interpretElement

public T interpretElement(XMLElement elem)
Description copied from interface: XMLElement.Interpreter
Given an XMLElement, return its filtered value.

Specified by:
interpretElement in interface XMLElement.Interpreter<T>