|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tika.sax.Link
public class Link
Constructor Summary | |
---|---|
Link(String type,
String uri,
String title,
String text)
|
Method Summary | |
---|---|
String |
getText()
|
String |
getTitle()
|
String |
getType()
|
String |
getUri()
|
boolean |
isAnchor()
|
boolean |
isImage()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Link(String type, String uri, String title, String text)
Method Detail |
---|
public boolean isAnchor()
public boolean isImage()
public String getType()
public String getUri()
public String getTitle()
public String getText()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |