com.google.gwt.uibinder.rebind
Class UiBinderParser
java.lang.Object
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.
|
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 |
UiBinderParser
public UiBinderParser(UiBinderWriter writer,
MessagesWriter messagesWriter,
FieldManager fieldManager,
TypeOracle oracle,
ImplicitClientBundle bundleClass)
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