public static class DomElementParser
extends Object
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.
- See Also:
- Serialized Form