Home | History | Annotate | Download | only in streamhtmlparser

Lines Matching refs:Mode

66    * {@link HtmlParserFactory#createParserInMode(HtmlParser.Mode, Set)}
72 * valid in the {@link HtmlParser.Mode#JS} mode.
117 * @return an {@code HtmlParser} in the provided mode
125 * requested Mode. Provide non {@code null} options to provide
126 * a more precise initialization with the desired Mode.
128 * @param mode the mode to reset the parser with
130 * @return an {@code HtmlParser} in the provided mode
133 public static HtmlParser createParserInMode(HtmlParser.Mode mode,
143 parser.resetMode(mode);
183 * {@code HTML_IN_TAG} mode.
231 parser = createParserInMode(HtmlParser.Mode.HTML_IN_TAG, null);
285 parserInJsQ.resetMode(HtmlParser.Mode.JS);