public class SvgInterpreter extends Object implements XMLElement.Interpreter<String>
| Constructor and Description |
|---|
SvgInterpreter(UiBinderWriter writer,
String ancestorExpression,
Element root,
XMLElement.Interpreter<String> messageInterpreter) |
| Modifier and Type | Method and Description |
|---|---|
String |
interpretElement(XMLElement elem)
Given an XMLElement, return its filtered value.
|
static SvgInterpreter |
newInterpreterForUiObject(UiBinderWriter writer,
String uiExpression,
Element root) |
public SvgInterpreter(UiBinderWriter writer, String ancestorExpression, Element root, XMLElement.Interpreter<String> messageInterpreter)
public static SvgInterpreter newInterpreterForUiObject(UiBinderWriter writer, String uiExpression, Element root)
public String interpretElement(XMLElement elem) throws com.google.gwt.core.ext.UnableToCompleteException
XMLElement.InterpreterinterpretElement in interface XMLElement.Interpreter<String>com.google.gwt.core.ext.UnableToCompleteException - on errorCopyright © 2018. All Rights Reserved.