|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HtmlParser | |
|---|---|
| com.google.gwt.thirdparty.streamhtmlparser | |
| com.google.gwt.thirdparty.streamhtmlparser.impl | |
| Uses of HtmlParser in com.google.gwt.thirdparty.streamhtmlparser |
|---|
| Methods in com.google.gwt.thirdparty.streamhtmlparser that return HtmlParser | |
|---|---|
static HtmlParser |
HtmlParserFactory.createParser()
Returns an HtmlParser object ready to parse HTML input. |
static HtmlParser |
HtmlParserFactory.createParser(HtmlParser aHtmlParser)
Returns an HtmlParser that is a copy of the one
supplied. |
static HtmlParser |
HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE attrtype,
boolean quoted,
java.util.Set<HtmlParserFactory.AttributeOptions> options)
A very specialized HtmlParser accessor that returns a parser
in a state where it expects to read the value of an attribute
of an HTML tag. |
static HtmlParser |
HtmlParserFactory.createParserInMode(HtmlParser.Mode mode,
java.util.Set<HtmlParserFactory.ModeOptions> options)
Returns an HtmlParser object initialized with the
requested Mode. |
| Methods in com.google.gwt.thirdparty.streamhtmlparser with parameters of type HtmlParser | |
|---|---|
static HtmlParser |
HtmlParserFactory.createParser(HtmlParser aHtmlParser)
Returns an HtmlParser that is a copy of the one
supplied. |
| Uses of HtmlParser in com.google.gwt.thirdparty.streamhtmlparser.impl |
|---|
| Classes in com.google.gwt.thirdparty.streamhtmlparser.impl that implement HtmlParser | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||