public interface AttributeParser
Modifier and Type | Method and Description |
---|---|
String |
parse(com.google.gwt.uibinder.rebind.XMLElement source,
String value)
Parse the given attribute value.
|
String parse(com.google.gwt.uibinder.rebind.XMLElement source, String value) throws UnableToCompleteException
source
- the source code the value came from, for error reporting purposesvalue
- the attribute value to be parsedUnableToCompleteException
- on parse errorCopyright © 2018. All rights reserved.