Uses of Interface
com.google.streamhtmlparser.Parser

Packages that use Parser
com.google.streamhtmlparser   
com.google.streamhtmlparser.impl   
 

Uses of Parser in com.google.streamhtmlparser
 

Subinterfaces of Parser in com.google.streamhtmlparser
 interface HtmlParser
          Methods exposed for HTML parsing of text to facilitate implementation of Automatic context-aware escaping.
 interface JavascriptParser
          Methods exposed for Javascript parsing of text to facilitate implementation of Automatic context-aware escaping.
 

Constructors in com.google.streamhtmlparser with parameters of type Parser
ParseException(Parser parser, String msg)
          Constructs an ParseException with a detail message obtained from the supplied message and the parser's line and column numbers.
 

Uses of Parser in com.google.streamhtmlparser.impl
 

Classes in com.google.streamhtmlparser.impl that implement Parser
 class GenericParser
          An implementation of the Parser interface that is common to both HtmlParser and JavascriptParser.
 class 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.
 class JavascriptParserImpl
          Many comments copied almost verbatim from the original C version.
 



Copyright © 2010-2012 Google. All Rights Reserved.