|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLElement.Interpreter | |
---|---|
com.google.gwt.uibinder.elementparsers | |
com.google.gwt.uibinder.rebind |
Uses of XMLElement.Interpreter in com.google.gwt.uibinder.elementparsers |
---|
Classes in com.google.gwt.uibinder.elementparsers that implement XMLElement.Interpreter | |
---|---|
class |
SvgFieldInterpreter
|
class |
SvgInterpreter
|
Constructors in com.google.gwt.uibinder.elementparsers with parameters of type XMLElement.Interpreter | |
---|---|
SvgInterpreter(UiBinderWriter writer,
String ancestorExpression,
Element root,
XMLElement.Interpreter<String> messageInterpreter)
|
Uses of XMLElement.Interpreter in com.google.gwt.uibinder.rebind |
---|
Subinterfaces of XMLElement.Interpreter in com.google.gwt.uibinder.rebind | |
---|---|
static interface |
XMLElement.PostProcessingInterpreter<T>
Extends XMLElement.Interpreter with a method to be called after all elements
have been processed. |
Methods in com.google.gwt.uibinder.rebind with parameters of type XMLElement.Interpreter | |
---|---|
Collection<XMLElement> |
XMLElement.consumeChildElements(XMLElement.Interpreter<Boolean> interpreter)
Consumes and returns all child elements selected by the interpreter. |
String |
XMLElement.consumeInnerHtml(XMLElement.Interpreter<String> interpreter)
Consumes all child elements, and returns an HTML interpretation of them. |
String |
XMLElement.consumeInnerTextEscapedAsHtmlStringLiteral(XMLElement.Interpreter<String> interpreter)
Consumes all child text nodes, and asserts that this element held only text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |