public class

UiBinderParser

extends Object
java.lang.Object
   ↳ com.google.gwt.uibinder.rebind.UiBinderParser

Class Overview

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

Summary

Public Constructors
UiBinderParser(UiBinderWriter writer, MessagesWriter messagesWriter, FieldManager fieldManager, TypeOracle oracle, ImplicitClientBundle bundleClass)
Public Methods
String parse(XMLElement elem)
Parses the root UiBinder element, and kicks off the parsing of the rest of the document.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

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

Public Methods

public String parse (XMLElement elem)

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

Throws
UnableToCompleteException