| Constructor and Description |
|---|
HtmlParseData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHtml() |
Map<String,String> |
getMetaTags() |
Set<WebURL> |
getOutgoingUrls() |
String |
getText() |
String |
getTitle() |
void |
setHtml(String html) |
void |
setMetaTags(Map<String,String> metaTags) |
void |
setOutgoingUrls(Set<WebURL> outgoingUrls) |
void |
setText(String text) |
void |
setTitle(String title) |
String |
toString() |
public String getHtml()
public void setHtml(String html)
public String getText()
public void setText(String text)
public String getTitle()
public void setTitle(String title)
public Set<WebURL> getOutgoingUrls()
getOutgoingUrls in interface ParseDatapublic void setOutgoingUrls(Set<WebURL> outgoingUrls)
setOutgoingUrls in interface ParseDataCopyright © 2015. All rights reserved.