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

All Superinterfaces:
XMLElement.Interpreter<T>
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
 String postProcess(String consumedText)
           
 
Methods inherited from interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter
interpretElement
 

Method Detail

postProcess

String postProcess(String consumedText)
                   throws com.google.gwt.core.ext.UnableToCompleteException
Throws:
com.google.gwt.core.ext.UnableToCompleteException


Copyright © 2012. All Rights Reserved.