SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo.prop
Interface DestinationPa

All Known Subinterfaces:
BasicLink, Bookmark

public interface DestinationPa

A container for normalized values related to "external-destination" and "internal-destination".


Method Summary
 java.lang.String getDestination()
          Returns the destination (target) of this link.
 LinkType getLinkType()
          Returns the type of the destination for this link.
 

Method Detail

getLinkType

LinkType getLinkType()
Returns the type of the destination for this link.

Returns:
One of LinkType.INTERNAL or LinkType.EXTERNAL. If the link type is not valid, returns null.

getDestination

java.lang.String getDestination()
Returns the destination (target) of this link. For an "external-destination", this string is normalized by stripping off the "url()" wrapping, leading and trailing spaces, and leading and trailing quotation marks.

Returns:
The destination of this link.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.