public class HTMLParser extends AbstractParser
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log
Logger instance.
|
content, encoding, filename, locale| Constructor and Description |
|---|
HTMLParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
internalParse(InputStream input)
Invoked by the parse method
|
void |
parse(File file)
Same as the other method that accept an input stream, use this when you
have a file rather than a stream.
|
getAuthor, getContent, getEncoding, getFilename, getLocale, getSourceDate, getTags, getTitle, getVersion, parse, setEncoding, setFilename, setLocalepublic void parse(File file)
Parserparse in interface Parserparse in class AbstractParserpublic void internalParse(InputStream input)
AbstractParserinternalParse in class AbstractParserCopyright © 2008-2014 Logical Objects. All Rights Reserved.