minidom- it's just the implementation of interfaces xml.dom, so any documents specifically related to the mini-minima, will concern only the features or limitations.
xml.domdocs on Attr say, and I quote:
Attr inherits from Node, so it inherits all of its attributes.
Documents Node actually called another attribute: nodeValue. But, really ...:
>>> import xml.dom.minidom as xdm
>>> dom = xdm.parseString('<foo bar="baz"/>')
>>> root = dom.documentElement
>>> atr = root.getAttributeNode('bar')
>>> atr.nodeValue
u'baz'
, nodeValue _un_documented value, , , , , nodeValue. , , minidom, , xml.etree.ElementTree ( C, xml.etree.cElementTree), , minidom, , ...; -).