Package | Description |
---|---|
com.google.clearsilver.jsilver.autoescape | |
com.google.streamhtmlparser | |
com.google.streamhtmlparser.impl |
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
HtmlParserImpl.resetMode(HtmlParser.Mode mode)
Resets the state of the parser, allowing for reuse of the
HtmlParser object. |
Copyright © 2010–2019 Google. All rights reserved.