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
-
destActuate
-
-
destBehavior
-
-
destConnect
-
-
destLoc
-
-
destRole
-
-
destShow
-
-
destTitle
-
-
destURL
-
-
direction
-
-
inline
-
-
linkHTML
-
-
linkType
-
-
originConnect
-
-
originContentRole
-
-
originContentTitle
-
-
originLoc
-
-
originURL
-
-
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.
-
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.
-
equals(Link)
-
-
getDestActuate()
-
-
getDestBehavior()
-
-
getDestConnect()
-
-
getDestLoc()
-
-
getDestRole()
-
-
getDestShow()
-
-
getDestTitle()
-
-
getDestURL()
-
-
getDirection()
-
-
getInline()
-
-
getLinkHTML()
-
-
getLinkType()
-
-
getOriginConnect()
-
-
getOriginContentRole()
-
-
getOriginContentTitle()
-
-
getOriginLoc()
-
-
getOriginURL()
-
-
print()
-
originURL
protected String originURL
originConnect
protected String originConnect
originLoc
protected String originLoc
originContentRole
protected String originContentRole
originContentTitle
protected String originContentTitle
destURL
protected String destURL
destConnect
protected String destConnect
destLoc
protected String destLoc
destRole
protected String destRole
destTitle
protected String destTitle
destShow
protected String destShow
destActuate
protected String destActuate
destBehavior
protected String destBehavior
linkType
protected String linkType
inline
protected boolean inline
direction
protected boolean direction
linkHTML
protected boolean linkHTML
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.
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.
getOriginURL
public String getOriginURL()
getOriginConnect
public String getOriginConnect()
getOriginLoc
public String getOriginLoc()
getOriginContentTitle
public String getOriginContentTitle()
getOriginContentRole
public String getOriginContentRole()
getDestURL
public String getDestURL()
getDestConnect
public String getDestConnect()
getDestLoc
public String getDestLoc()
getDestRole
public String getDestRole()
getDestTitle
public String getDestTitle()
getDestShow
public String getDestShow()
getDestActuate
public String getDestActuate()
getDestBehavior
public String getDestBehavior()
getLinkType
public String getLinkType()
getInline
public boolean getInline()
getDirection
public boolean getDirection()
getLinkHTML
public boolean getLinkHTML()
equals
public boolean equals(Link compareLink)
print
public void print()
All Packages Class Hierarchy This Package Previous Next Index