xbrl.table.ClosedDefinitionNode
¶
An xbrl.table.ClosedDefinitionNode
represents a closed definition node resource in the table linkbase.
Base class: xbrl.table.DefinitionNode
- class xbrl.table.ClosedDefinitionNode¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.table.ClosedDefinitionNode.parent_child_order¶
Returns the value of the ‘parentChildOrder’ attribute as an
xbrl.table.ParentChildOrder
enumeration, or None if the ‘parentChildOrder’ attribute is absent.
- 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__