Package | Description |
---|---|
com.google.gwt.uibinder.elementparsers | |
com.google.gwt.uibinder.rebind |
Modifier and Type | Class and Description |
---|---|
class |
SvgFieldInterpreter |
class |
SvgInterpreter |
Constructor and Description |
---|
SvgInterpreter(UiBinderWriter writer,
String ancestorExpression,
Element root,
XMLElement.Interpreter<String> messageInterpreter) |
Modifier and Type | Interface and Description |
---|---|
static interface |
XMLElement.PostProcessingInterpreter<T>
Extends
XMLElement.Interpreter with a method to be called after all elements
have been processed. |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
XMLElement.consumeInnerTextEscapedAsStringLiteral(XMLElement.Interpreter<String> interpreter)
Consumes all child text nodes, and asserts that this element held only
text.
|
Copyright © 2018. All Rights Reserved.