|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.droids.helper.Loggable
org.apache.droids.parse.html.HtmlParser
public class HtmlParser
| Field Summary |
|---|
| Fields inherited from class org.apache.droids.helper.Loggable |
|---|
log |
| Constructor Summary | |
|---|---|
HtmlParser()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getElements()
|
Parse |
parse(ContentEntity entity,
Link newLink)
Creates the parse for some content. |
void |
setElements(java.util.Map<java.lang.String,java.lang.String> elements)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlParser()
| Method Detail |
|---|
public java.util.Map<java.lang.String,java.lang.String> getElements()
public void setElements(java.util.Map<java.lang.String,java.lang.String> elements)
public Parse parse(ContentEntity entity,
Link newLink)
throws DroidsException,
java.io.IOException
Parser
parse in interface Parserentity - the underlying stream we are usingnewLink - the link that correspond to the stream
DroidsException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||