com.google.gwt.uibinder.rebind
Class UiBinderParser

java.lang.Object
  extended by com.google.gwt.uibinder.rebind.UiBinderParser

public class UiBinderParser
extends java.lang.Object

Parses the root UiBinder element, and kicks of the parsing of the rest of the document.


Constructor Summary
UiBinderParser(UiBinderWriter writer, MessagesWriter messagesWriter, FieldManager fieldManager, TypeOracle oracle, ImplicitClientBundle bundleClass)
           
 
Method Summary
 java.lang.String parse(XMLElement elem)
          Parses the root UiBinder element, and kicks off the parsing of the rest of the document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiBinderParser

public UiBinderParser(UiBinderWriter writer,
                      MessagesWriter messagesWriter,
                      FieldManager fieldManager,
                      TypeOracle oracle,
                      ImplicitClientBundle bundleClass)
Method Detail

parse

public java.lang.String parse(XMLElement elem)
                       throws UnableToCompleteException
Parses the root UiBinder element, and kicks off the parsing of the rest of the document.

Throws:
UnableToCompleteException