|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.ImageLinks
public class ImageLinks
Field Summary | |
---|---|
private java.util.Map |
images
|
Constructor Summary | |
---|---|
protected |
ImageLinks()
|
Method Summary | |
---|---|
protected void |
addImage(java.lang.String url,
java.lang.String alt)
|
java.lang.String |
getCaption(java.lang.String url2)
Gets the caption attribute of the HTMLParser object |
java.lang.String |
getCaption(java.net.URL url)
Gets the caption attribute of the HTMLParser object |
java.util.Iterator |
getCaptions()
Description of the Method |
java.util.Map |
getImageMap()
Description of the Method |
java.util.Iterator |
getImages()
Description of the Method |
int |
getNumImages()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Map images
Constructor Detail |
---|
protected ImageLinks()
Method Detail |
---|
public java.util.Map getImageMap()
public java.util.Iterator getImages()
public int getNumImages()
public java.lang.String getCaption(java.lang.String url2)
url
- Description of the Parameter
public java.lang.String getCaption(java.net.URL url)
url
- Description of the Parameter
public java.util.Iterator getCaptions()
protected void addImage(java.lang.String url, java.lang.String alt)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |