XLinkResource

XLink resource. For example, showing an XLink resource in a label link:

XLink resource. For example, showing an XLink resource in a label link:

<link:label xlink:type="resource"
 xlink:label="regionAxis_lbl" xml:lang="en"
 xlink:role="http://www.xbrl.org/2003/role/label">Region [Axis]</link:label>
trait XLinkElem
class Object
trait Matchable
class Any
trait Assertion
class Filter
class AndFilter
class OrFilter
class NilFilter
class Function
class Message
class Severity
class Parameter
class Instance
class Variable
class Formula
class RuleNode
class Table
class Footnote

Value members

Inherited methods

def backingElem: Elem
Inherited from
XLinkElem
def elr: String

Returns the extended link role of the surrounding extended link element. This may fail with an exception if the taxonomy is not schema-valid.

Returns the extended link role of the surrounding extended link element. This may fail with an exception if the taxonomy is not schema-valid.

If the taxonomy is not known to be schema-valid, use the following code instead:

backingElem.parentOption.flatMap(_.attributeOption(ENames.XLinkRoleEName))
Inherited from
ChildXLink
Inherited from
XLinkElem
def roleOption: Option[String]
Inherited from
LabeledXLink

Returns the underlying parent element. This may fail with an exception if the taxonomy is not schema-valid.

Returns the underlying parent element. This may fail with an exception if the taxonomy is not schema-valid.

If the taxonomy is not known to be schema-valid, use the following code instead:

backingElem.parentOption
Inherited from
ChildXLink
def xlinkAttributes: Map[EName, String]
Inherited from
XLinkElem
def xlinkLabel: String

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

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

If the taxonomy is not known to be schema-valid, use the following code instead:

attributeOption(ENames.XLinkLabelEName)
Inherited from
LabeledXLink
def xlinkType: String
Inherited from
XLinkElem