|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlParser | |
---|---|
com.google.streamhtmlparser | |
com.google.streamhtmlparser.impl |
Uses of HtmlParser in com.google.streamhtmlparser |
---|
Methods in com.google.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,
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,
Set<HtmlParserFactory.ModeOptions> options)
Returns an HtmlParser object initialized with the
requested Mode. |
Methods in com.google.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.streamhtmlparser.impl |
---|
Classes in com.google.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 |