SimpleLink

trait SimpleLink extends XLinkLink

XLink simple link. For example, showing a roleRef:

XLink simple link. For example, showing a roleRef:

<link:roleRef xlink:type="simple"
 xlink:href="Concepts.xsd#SalesAnalysis"
 roleURI="http://mycompany.com/2017/SalesAnalysis" />
trait XLinkLink
trait XLinkElem
class Object
trait Matchable
class Any

Value members

Abstract methods

def arcroleOption: Option[String]
def rawHref: URI

Returns the XLink href as URI. This may fail with an exception if the taxonomy is not schema-valid.

Returns the XLink href as URI. This may fail with an exception if the taxonomy is not schema-valid.

def resolvedHref: URI

Returns the XLink href as URI, resolved using XML Base. This may fail with an exception if the taxonomy is not schema-valid.

Returns the XLink href as URI, resolved using XML Base. This may fail with an exception if the taxonomy is not schema-valid.

def roleOption: Option[String]

Inherited methods

def backingElem: Elem
Inherited from
XLinkElem
Inherited from
XLinkElem
def xlinkAttributes: Map[EName, String]
Inherited from
XLinkElem
def xlinkType: String
Inherited from
XLinkElem