GNU Info

Info Node: (python2.1-lib.info)Attr Objects

(python2.1-lib.info)Attr Objects


Next: NamedNodeMap Objects Prev: Element Objects Up: Objects in the DOM
Enter node , (file) or (file)node

Attr Objects
............

`Attr' inherits from `Node', so inherits all its attributes.

`name'
     The attribute name.  In a namespace-using document it may have
     colons in it.

`localName'
     The part of the name following the colon if there is one, else the
     entire name.  This is a read-only attribute.

`prefix'
     The part of the name preceding the colon if there is one, else the
     empty string.


automatically generated by info2www version 1.2.2.9