All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.simonstl.sax.xlink.Link

java.lang.Object
   |
   +----com.simonstl.sax.xlink.Link

public class Link
extends Object

Variable Index

 o destActuate
 o destBehavior
 o destConnect
 o destLoc
 o destRole
 o destShow
 o destTitle
 o destURL
 o direction
 o inline
 o linkHTML
 o linkType
 o originConnect
 o originContentRole
 o originContentTitle
 o originLoc
 o originURL

Constructor Index

 o Link(String, String, String, String, String, String)
first constructor - short version Note that all links using this version are assumed to: have connectors of #, be inline, be forward links, not be HTML links, and have no roles, show, actuate, or behavior.
 o Link(String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean, boolean)
second constructor - long version This version provides access to all fields of the Link class and is the version used by the XLinkFilter class.

Method Index

 o equals(Link)
 o getDestActuate()
 o getDestBehavior()
 o getDestConnect()
 o getDestLoc()
 o getDestRole()
 o getDestShow()
 o getDestTitle()
 o getDestURL()
 o getDirection()
 o getInline()
 o getLinkHTML()
 o getLinkType()
 o getOriginConnect()
 o getOriginContentRole()
 o getOriginContentTitle()
 o getOriginLoc()
 o getOriginURL()
 o print()

Variables

 o originURL
 protected String originURL
 o originConnect
 protected String originConnect
 o originLoc
 protected String originLoc
 o originContentRole
 protected String originContentRole
 o originContentTitle
 protected String originContentTitle
 o destURL
 protected String destURL
 o destConnect
 protected String destConnect
 o destLoc
 protected String destLoc
 o destRole
 protected String destRole
 o destTitle
 protected String destTitle
 o destShow
 protected String destShow
 o destActuate
 protected String destActuate
 o destBehavior
 protected String destBehavior
 o linkType
 protected String linkType
 o inline
 protected boolean inline
 o direction
 protected boolean direction
 o linkHTML
 protected boolean linkHTML

Constructors

 o Link
 public Link(String originURL,
             String originLoc,
             String originContentTitle,
             String destURL,
             String destLoc,
             String destTitle)
first constructor - short version Note that all links using this version are assumed to: have connectors of #, be inline, be forward links, not be HTML links, and have no roles, show, actuate, or behavior.

 o Link
 public Link(String originURL,
             String originConnect,
             String originLoc,
             String originContentRole,
             String originContentTitle,
             String destURL,
             String destConnect,
             String destLoc,
             String destRole,
             String destTitle,
             String destShow,
             String destActuate,
             String destBehavior,
             String linkType,
             boolean inline,
             boolean direction,
             boolean linkHTML)
second constructor - long version This version provides access to all fields of the Link class and is the version used by the XLinkFilter class.

Methods

 o getOriginURL
 public String getOriginURL()
 o getOriginConnect
 public String getOriginConnect()
 o getOriginLoc
 public String getOriginLoc()
 o getOriginContentTitle
 public String getOriginContentTitle()
 o getOriginContentRole
 public String getOriginContentRole()
 o getDestURL
 public String getDestURL()
 o getDestConnect
 public String getDestConnect()
 o getDestLoc
 public String getDestLoc()
 o getDestRole
 public String getDestRole()
 o getDestTitle
 public String getDestTitle()
 o getDestShow
 public String getDestShow()
 o getDestActuate
 public String getDestActuate()
 o getDestBehavior
 public String getDestBehavior()
 o getLinkType
 public String getLinkType()
 o getInline
 public boolean getInline()
 o getDirection
 public boolean getDirection()
 o getLinkHTML
 public boolean getLinkHTML()
 o equals
 public boolean equals(Link compareLink)
 o print
 public void print()

All Packages  Class Hierarchy  This Package  Previous  Next  Index