xbrl.table.ConceptRelationshipNode.ArcRole
¶
This class represents the <table:arcrole> or <table:arcroleExpression> child element of a relationship node.
-
class
xbrl.table.ConceptRelationshipNode.
ArcRole
¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
-
xbrl.table.ConceptRelationshipNode.ArcRole.
element
¶ Returns an
xml.ElementInformationItem
object which represents the <table:arcrole> or <table:arcroleExpression> element information item.
-
xbrl.table.ConceptRelationshipNode.ArcRole.
expression
¶ Returns an
xbrl.XPathExpression
object if the arcrole value is represeted by a <table:arcroleExpression> element information item, otherwise None is returned.
-
xbrl.table.ConceptRelationshipNode.ArcRole.
value
¶ Returns a string if the link arcvalue is represeted by a <table:arcrole> element information item, otherwise None is returned.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__