(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/input-source-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-xml.sax.xmlreader.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/attributes-ns-impl-objects.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 13.8.4 InputSource Objects Up: 13.8 xml.sax.xmlreader Next: 13.8.6 AttributesNSImpl Objects
13.8.5 AttributesImpl Objects
AttributesImpl objects implement a portion of the mapping protocol, and the methods copy(), get(), has_key(), items(), keys(), and values(). The following methods are also provided:
- getLength ()
- Return the number of attributes.
- getNames ()
- Return the names of the attributes.
- getType (name)
- Returns the type of the attribute name, which is normally
'CDATA'.
- getValue (name)
- Return the value of attribute name.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/input-source-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-xml.sax.xmlreader.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/attributes-ns-impl-objects.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 13.8.4 InputSource Objects Up: 13.8 xml.sax.xmlreader Next: 13.8.6 AttributesNSImpl Objects
See About this document... for information on suggesting changes.