xbrl.table.AspectNode
¶
An xbrl.table.AspectNode
represents a <table:aspectNode> resource in the table linkbase.
Base class: xbrl.table.DefinitionNode
- class xbrl.table.AspectNode¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.table.AspectNode.filter_relationships¶
Returns an iterator of
xbrl.table.AspectNodeFilterRelationship
objects which represent the aspect-node-filter relationships from this <table:aspectNode> resource.
- xbrl.table.AspectNode.include_unreported_value¶
Returns the effective value of the ‘includeUnreportedValue’ attribute as bool.
- xbrl.table.AspectNode.participating_aspect¶
Returns the single participating aspect as an xbrl.Aspect enumeration or xbrl.taxonomy.Dimension object.
- 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__