Package com.google.gwt.thirdparty.streamhtmlparser.impl

Class Summary
GenericParser An implementation of the Parser interface that is common to both HtmlParser and JavascriptParser.
HtmlParserImpl A custom specialized parser - ported from the main C++ version - used to implement context-aware escaping of run-time data in web-application templates.
JavascriptParserImpl Many comments copied almost verbatim from the original C version.