public final class HtmlParser extends XMLParser
http://home.ccil.org/~cowan/XML/tagsoup/
.builder
Constructor and Description |
---|
HtmlParser(IO source,
MainOptions opts)
Constructor.
|
HtmlParser(IO source,
MainOptions opts,
HtmlOptions hopts)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
available()
Checks if a CatalogResolver is available.
|
static String |
parser()
Returns the name of the parser, or an empty string.
|
parse
emptyParser, info, singleParser, target, xmlParser
abort, checkStop, databases, detail, listen, proc, progress, registered, registered, startTimeout, stop, stopTimeout, tit, title
public HtmlParser(IO source, MainOptions opts) throws IOException
source
- document sourceopts
- database optionsIOException
- I/O exceptionpublic HtmlParser(IO source, MainOptions opts, HtmlOptions hopts) throws IOException
source
- document sourceopts
- database optionshopts
- html optionsIOException
- I/O exceptionpublic static boolean available()
public static String parser()
Copyright © 2005–2015 BaseX Team. All rights reserved.