public static interface XMLElement.Interpreter<T>
XMLElement.consumeInnerHtml(Interpreter)
and
XMLElement.consumeChildElements(Interpreter)
.Modifier and Type | Method and Description |
---|---|
T |
interpretElement(XMLElement elem)
Given an XMLElement, return its filtered value.
|
T interpretElement(XMLElement elem) throws com.google.gwt.core.ext.UnableToCompleteException
com.google.gwt.core.ext.UnableToCompleteException
- on errorCopyright © 2018. All Rights Reserved.