Package | Description |
---|---|
com.google.streamhtmlparser | |
com.google.streamhtmlparser.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
HtmlParser
Methods exposed for HTML parsing of text to facilitate implementation
of Automatic context-aware escaping.
|
interface |
JavascriptParser
Methods exposed for Javascript parsing of text to facilitate implementation
of Automatic context-aware escaping.
|
Constructor and Description |
---|
ParseException(Parser parser,
String msg)
Constructs an
ParseException with a detail message obtained
from the supplied message and the parser's line and column numbers. |
Modifier and Type | Class and Description |
---|---|
class |
GenericParser
An implementation of the
Parser interface that is common to both
HtmlParser and JavascriptParser . |
class |
HtmlParserImpl
A custom specialized parser - ported from the main C++ version - used to
implement context-aware escaping of run-time data in web-application
templates.
|
class |
JavascriptParserImpl
Many comments copied almost verbatim from the original C version.
|
Copyright © 2010-2013 Google. All Rights Reserved.