public class DomElementParser extends Object implements ElementParser
Constructor and Description |
---|
DomElementParser() |
Modifier and Type | Method and Description |
---|---|
void |
parse(XMLElement elem,
String fieldName,
com.google.gwt.core.ext.typeinfo.JClassType type,
UiBinderWriter writer)
Parse the given element, generating the code to initialize it from the
element's attributes and children.
|
public void parse(XMLElement elem, String fieldName, com.google.gwt.core.ext.typeinfo.JClassType type, UiBinderWriter writer) throws com.google.gwt.core.ext.UnableToCompleteException
ElementParser
parse
in interface ElementParser
elem
- the element to be parsedfieldName
- the name of the widget field to be initializedtype
- TODOwriter
- the writercom.google.gwt.core.ext.UnableToCompleteException
- on errorCopyright © 2016. All rights reserved.