Class DomElementParser

java.lang.Object
com.google.gwt.uibinder.elementparsers.DomElementParser
All Implemented Interfaces:
ElementParser

public class DomElementParser extends Object implements ElementParser
Parses a dom element and all of its children. Note that this parser does not make recursive calls to parse child elements, unlike what goes on with widget parsers. Instead, we consume the inner html of the given element into a single string literal, used to instantiate the dom tree at run time.