xbrl.FootnoteResource
¶
The FootnoteResource class represents a footnote resource.
Base class: xbrl.Resource
-
class
xbrl.
FootnoteResource
(Instance instance, Element elem)¶
Attributes¶
-
xbrl.Resource.
element
Returns an
xml.Element
object representing the XML element in the extended link.
-
xbrl.Resource.
id
Returns the id attribute value as a string, or None if the XML element doesn’t have an id attribute.
-
xbrl.Resource.
labels
Returns a generator object of
xbrl.LabelResource
objects for each generic label that has an element-label (http://xbrl.org/arcrole/2008/element-label) relationship to this resource.
-
xbrl.FootnoteResource.
lang
¶ Returns the xml:lang attribute value as a string.
-
xbrl.Resource.
references
Returns a generator object of
xbrl.ReferenceResource
objects for each generic reference that has an element-reference (http://xbrl.org/arcrole/2008/element-reference) relationship to this resource.
-
xbrl.FootnoteResource.
role
¶
-
xbrl.FootnoteResource.
text
¶ Returns the text content of the footnote resource as a string.
Methods¶
-
xbrl.Resource.
select_labels
(label_role=None, link_role=None, lang=None) Returns a generator object of
xbrl.LabelResource
objects for each generic label that has an element-label relationship (http://xbrl.org/arcrole/2008/element-label) to this resource and also matches the given parameters.
-
xbrl.Resource.
select_references
(reference_role=None, link_role=None) Returns a generator object of
xbrl.ReferenceResource
objects for each generic reference that has an element-reference relationship (http://xbrl.org/arcrole/2008/element-reference) to this resource and also matches the given parameters.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__