 |
 |
 |
Python库参考手册(Python Library Reference) |
 |
 |
7.2.2.7 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.
 |
 |
 |
Python库参考手册(Python Library Reference) |
 |
 |
版本 2.3.3, 文件最后更新时间 译文最后修改: 三月 22, 2004.