beta.xbrl.xule.QName
¶
A beta.xbrl.xule.QName
class represents a QName value in the XULE type system.
Base class: beta.xbrl.xule.Value
- class beta.xbrl.xule.QName(QName value)¶
Constructs a new
beta.xbrl.xule.QName
value object from an xml.QName argument.
Attributes¶
- beta.xbrl.xule.QName.local_name¶
Returns the local-name property of the underlying XULE value as str.
- beta.xbrl.xule.Value.location
Returns a
beta.xbrl.xule.Location
object that represents the underlying source XBRL fact, concept, relationship, … of this XULE value.
- beta.xbrl.xule.QName.namespace_uri¶
Returns the namespace-uri property of the underlying XULE value as str.
- beta.xbrl.xule.QName.prefix¶
Returns the prefix property of the underlying XULE value as str.
- beta.xbrl.xule.QName.value¶
Returns a xml.QName object that represents the underlying XULE value.
Methods¶
- beta.xbrl.xule.Value.property(name)
Returns the given property as a
beta.xbrl.xule.Value
object.
Special methods¶
__bool__, __eq__, __float__, __ge__, __gt__, __int__, __le__, __lt__, __ne__