HomeSort by relevance Sort by last modified time
    Searched refs:HtmlParserFactory (Results 1 - 6 of 6) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 38 import com.google.streamhtmlparser.HtmlParserFactory;
83 // These options are used to provide extra information to HtmlParserFactory.createParserInMode or
84 // HtmlParserFactory.createParserInAttribute, which is required for certain modes.
85 private static final HashSet<HtmlParserFactory.AttributeOptions> quotedJsAttributeOption;
86 private static final HashSet<HtmlParserFactory.AttributeOptions> partialUrlAttributeOption;
87 private static final HashSet<HtmlParserFactory.ModeOptions> jsModeOption;
92 quotedJsAttributeOption = new HashSet<HtmlParserFactory.AttributeOptions>();
93 quotedJsAttributeOption.add(HtmlParserFactory.AttributeOptions.JS_QUOTED);
95 partialUrlAttributeOption = new HashSet<HtmlParserFactory.AttributeOptions>();
96 partialUrlAttributeOption.add(HtmlParserFactory.AttributeOptions.URL_PARTIAL)
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParserFactory.java 34 public class HtmlParserFactory {
37 Logger.getLogger(HtmlParserFactory.class.getName());
41 * {@link HtmlParserFactory#createParserInAttribute(HtmlParser.ATTR_TYPE,
66 * {@link HtmlParserFactory#createParserInMode(HtmlParser.Mode, Set)}
102 String error = HtmlParserFactory.class.getName() +
111 private HtmlParserFactory() {
304 throw new AssertionError("HtmlParserFactory failed initialization.");
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 397 milliseconds