public class HTML2MParser extends Object
Modifier and Type | Field and Description |
---|---|
protected FileReader |
documentFile |
protected String |
documentName |
protected String |
documentPath |
Constructor and Description |
---|
HTML2MParser() |
Modifier and Type | Method and Description |
---|---|
void |
parse() |
void |
parse(HTMLHandler htmlHandler,
FileReader fr) |
protected void |
parse(HTMLHandler htmlHandler,
InputStream is) |
void |
setDocumentFile(FileReader documentFile) |
void |
setDocumentName(String documentName) |
void |
setDocumentPath(String documentPath) |
protected String documentPath
protected String documentName
protected FileReader documentFile
public void setDocumentFile(FileReader documentFile)
documentFile
- The documentFile to set.public void setDocumentName(String documentName)
documentName
- The documentName to set.public void setDocumentPath(String documentPath)
documentPath
- The documentPath to set.public void parse()
protected void parse(HTMLHandler htmlHandler, InputStream is)
public void parse(HTMLHandler htmlHandler, FileReader fr)
Copyright © 2015. All rights reserved.