Interface | Description |
---|---|
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. |
Class | Description |
---|---|
UiBinderWriter |
Writer for UiBinder generated classes.
|
W3cDomHelper |
Simplifies instantiation of the w3c XML parser, in just the style that
UiBinder likes it.
|
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.
|
Copyright © 2018. All Rights Reserved.