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)
           
Link(String type, String uri, String title, String text, String rel)
           
 
Method Summary
 String getRel()
           
 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)

Link

public Link(String type,
            String uri,
            String title,
            String text,
            String rel)
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()

getRel

public String getRel()

toString

public String toString()
Overrides:
toString in class Object


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