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

All Superinterfaces:
XMLElement.Interpreter<T>
All Known Implementing Classes:
PlaceholderInterpreter, TextPlaceholderInterpreter
Enclosing class:
XMLElement

public static interface XMLElement.PostProcessingInterpreter<T>
extends XMLElement.Interpreter<T>

Extends XMLElement.Interpreter with a method to be called after all elements have been processed.


Method Summary
 java.lang.String postProcess(java.lang.String consumedText)
           
 
Methods inherited from interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter
interpretElement
 

Method Detail

postProcess

java.lang.String postProcess(java.lang.String consumedText)
                             throws UnableToCompleteException
Throws:
UnableToCompleteException