Package | Description |
---|---|
com.google.streamhtmlparser | |
com.google.streamhtmlparser.impl |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static HtmlParser |
HtmlParserFactory.createParser(HtmlParser aHtmlParser)
Returns an
HtmlParser that is a copy of the one
supplied. |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2010–2015 Google. All rights reserved.