xbrl.table.DefinitionNode
¶
An xbrl.table.DefinitionNode
represents a definition node resource in the table linkbase.
- class xbrl.table.DefinitionNode¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.table.DefinitionNode.participating_aspects¶
Returns an xbrl.AspectSet object representing the set of participating aspects for this definition node.
- xbrl.table.DefinitionNode.subtree_relationships¶
Returns an iterator of
xbrl.table.DefinitionNodeSubtreeRelationship
objects which represent the definition-node-subtree relationships from this <table:definitionNode> resource.
- xbrl.table.DefinitionNode.tag_selector¶
Returns the value of the ‘tagSelector’ attribute as string or None if the ‘tagSelector’ attribute is absent.
Methods¶
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__