org.apache.tika.sax
Class Link

java.lang.Object
  extended by org.apache.tika.sax.Link

public class Link
extends Object


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

Link

public Link(String type,
            String uri,
            String title,
            String text)
Method Detail

isAnchor

public boolean isAnchor()

isImage

public boolean isImage()

getType

public String getType()

getUri

public String getUri()

getTitle

public String getTitle()

getText

public String getText()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.