Uses of Class
com.google.streamhtmlparser.HtmlParser.Mode

Packages that use HtmlParser.Mode
com.google.clearsilver.jsilver.autoescape   
com.google.streamhtmlparser   
com.google.streamhtmlparser.impl   
 

Uses of HtmlParser.Mode in com.google.clearsilver.jsilver.autoescape
 

Fields in com.google.clearsilver.jsilver.autoescape with type parameters of type HtmlParser.Mode
static Map<String,HtmlParser.Mode> AutoEscapeContext.CONTENT_TYPE_LIST
          Map of content-type to corresponding HtmlParser.Mode, used by setContentType to specify the content type of provided input.
 

Uses of HtmlParser.Mode in com.google.streamhtmlparser
 

Methods in com.google.streamhtmlparser that return HtmlParser.Mode
static HtmlParser.Mode HtmlParser.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HtmlParser.Mode[] HtmlParser.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.streamhtmlparser with parameters of type HtmlParser.Mode
static HtmlParser HtmlParserFactory.createParserInMode(HtmlParser.Mode mode, Set<HtmlParserFactory.ModeOptions> options)
          Returns an HtmlParser object initialized with the requested Mode.
 void HtmlParser.resetMode(HtmlParser.Mode mode)
          Resets the state of the parser, allowing for reuse of the HtmlParser object.
 

Uses of HtmlParser.Mode in com.google.streamhtmlparser.impl
 

Methods in com.google.streamhtmlparser.impl with parameters of type HtmlParser.Mode
 void HtmlParserImpl.resetMode(HtmlParser.Mode mode)
          Resets the state of the parser, allowing for reuse of the HtmlParser object.
 



Copyright © 2010-2012 Google. All Rights Reserved.