public class HtmlSource extends BaseSource
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
firstTime |
protected SaxHtmlHandler |
m_handler |
m_reader, m_record| Constructor and Description |
|---|
HtmlSource()
Default constructor.
|
HtmlSource(Reader reader,
Record record,
SaxHtmlHandler handler)
HtmlSource Method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(Reader reader,
Record record,
SaxHtmlHandler handler)
Initialize class fields.
|
Record |
moveDataToRecord()
MoveDataToRecord Method.
|
boolean |
parseNextLine()
Parse the next line and return false at EOF.
|
hasNext, init, next, removeprotected boolean firstTime
protected SaxHtmlHandler m_handler
public HtmlSource()
public HtmlSource(Reader reader, Record record, SaxHtmlHandler handler)
public void init(Reader reader, Record record, SaxHtmlHandler handler)
public boolean parseNextLine()
parseNextLine in class BaseSourcepublic Record moveDataToRecord()
moveDataToRecord in class BaseSourceCopyright © 2015 jbundle.org. All Rights Reserved.