|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parser | |
|---|---|
| com.google.gwt.thirdparty.streamhtmlparser | |
| com.google.gwt.thirdparty.streamhtmlparser.impl | |
| Uses of Parser in com.google.gwt.thirdparty.streamhtmlparser |
|---|
| Subinterfaces of Parser in com.google.gwt.thirdparty.streamhtmlparser | |
|---|---|
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. |
| Constructors in com.google.gwt.thirdparty.streamhtmlparser with parameters of type Parser | |
|---|---|
ParseException(Parser parser,
java.lang.String msg)
Constructs an ParseException with a detail message obtained
from the supplied message and the parser's line and column numbers. |
|
| Uses of Parser in com.google.gwt.thirdparty.streamhtmlparser.impl |
|---|
| Classes in com.google.gwt.thirdparty.streamhtmlparser.impl that implement Parser | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||