Package com.google.gwt.uibinder.rebind

Interface Summary
FieldWriter Models a field to be written in the generated binder code.
Tokenator.Resolver Resolves a token to its literal value.
XMLElement.Interpreter<T> Callback interface used by XMLElement.consumeInnerHtml(Interpreter) and XMLElement.consumeChildElements(Interpreter).
XMLElement.PostProcessingInterpreter<T> Extends XMLElement.Interpreter with a method to be called after all elements have been processed.
XMLElementProvider Implemented by objects that instantiate XMLElement.
 

Class Summary
BundleWriter Writes source implementing an ImplicitClientBundle.
CssResourceWriter Writes the source to implement an ImplicitCssResource interface.
FieldManager This class handles all FieldWriter instances created for the current template.
FieldReference Represents a {field.reference}.
IndentedWriter Pleasant wrapper for PrintWriter, manages indentation levels.
MonitoredLogger Handy for logging a bunch of errors and then dying later.
MortalLogger Wraps a TreeLogger with handy String.format(java.lang.String, java.lang.Object...) style methods and can be told to die.
Tokenator Methods to dispense unique text tokens to be stitched into text, and to help replace the tokens with arbitrary content.
UiBinderGenerator Generator for implementations of UiBinder.
UiBinderParser Parses the root UiBinder element, and kicks of the parsing of the rest of the document.
UiBinderWriter Writer for UiBinder generated classes.
W3cDomHelper Simplifies instantiation of the w3c XML parser, in just the style that UiBinder likes it.
XMLAttribute Like XMLElement, a wrapper around Attr to keep parser writers out of trouble.
XMLElement A wrapper for Element that limits the way parsers can interact with the XML document, and provides some convenience methods.
XMLElement.Location Represents the source location where the XMLElement was declared.
XMLElementProviderImpl The default implemenatation of XMLElementProvider.