Package | Description |
---|---|
com.google.clearsilver.jsilver.autoescape | |
com.google.streamhtmlparser | |
com.google.streamhtmlparser.impl |
Class and Description |
---|
HtmlParser.Mode
The Parser Mode requested for parsing a given template.
|
Class and Description |
---|
ExternalState
A representation of the parser state suitable for use by the caller
of the Parser.
|
HtmlParser
Methods exposed for HTML parsing of text to facilitate implementation
of Automatic context-aware escaping.
|
HtmlParser.ATTR_TYPE
Indicates the type of HTML attribute that the parser is currently in or
NONE if the parser is not currently in an attribute. |
HtmlParser.Mode
The Parser Mode requested for parsing a given template.
|
HtmlParserFactory.AttributeOptions
To provide additional options when creating an
HtmlParser using
HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE,
boolean, Set) |
HtmlParserFactory.ModeOptions
To provide additional options when creating an
HtmlParser using
HtmlParserFactory.createParserInMode(HtmlParser.Mode, Set) |
JavascriptParser
Methods exposed for Javascript parsing of text to facilitate implementation
of Automatic context-aware escaping.
|
ParseException
Checked exception thrown on an unrecoverable error during parsing.
|
Parser
Defines essential functionality that every parser we implement
will support.
|
Class and Description |
---|
ExternalState
A representation of the parser state suitable for use by the caller
of the Parser.
|
HtmlParser
Methods exposed for HTML parsing of text to facilitate implementation
of Automatic context-aware escaping.
|
HtmlParser.ATTR_TYPE
Indicates the type of HTML attribute that the parser is currently in or
NONE if the parser is not currently in an attribute. |
HtmlParser.Mode
The Parser Mode requested for parsing a given template.
|
JavascriptParser
Methods exposed for Javascript parsing of text to facilitate implementation
of Automatic context-aware escaping.
|
ParseException
Checked exception thrown on an unrecoverable error during parsing.
|
Parser
Defines essential functionality that every parser we implement
will support.
|
Copyright © 2010–2017 Google. All rights reserved.