Home | Trees | Indices | Help |
|
---|
|
object --+ | QName
QName(text_or_uri, tag=None)
QName wrapper for qualified XML names.
Pass a tag name by itself or a namespace URI and a tag name to create a qualified name.
The text property holds the qualified name in {namespace}tagname notation. The namespace and localname properties hold the respective parts of the tag name.
You can pass QName objects wherever a tag name is expected. Also, setting Element text from a QName will resolve the namespace prefix and set a qualified text value.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
Inherited from |
|
|||
localname | |||
namespace | |||
text | |||
Inherited from |
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Feb 6 20:30:22 2011 | http://epydoc.sourceforge.net |