com.google.gwt.uibinder.rebind
Interface XMLElement.Interpreter<T>

All Known Subinterfaces:
XMLElement.PostProcessingInterpreter<T>
All Known Implementing Classes:
SvgFieldInterpreter, SvgInterpreter
Enclosing class:
XMLElement

public static interface XMLElement.Interpreter<T>

Callback interface used by XMLElement.consumeInnerHtml(Interpreter) and XMLElement.consumeChildElements(Interpreter).


Method Summary
 T interpretElement(XMLElement elem)
          Given an XMLElement, return its filtered value.
 

Method Detail

interpretElement

T interpretElement(XMLElement elem)
                   throws com.google.gwt.core.ext.UnableToCompleteException
Given an XMLElement, return its filtered value.

Throws:
com.google.gwt.core.ext.UnableToCompleteException - on error


Copyright © 2012. All Rights Reserved.