|
Panda3D
|
Public Member Functions | |
| def | __init__ |
| def | __cmp__ |
| def | __hash__ |
| def | __str__ |
Public Attributes | |
| text | |
QName wrapper.
This can be used to wrap a QName attribute value, in order to get proper namespace handling on output.
| text | A string containing the QName value, in the form {uri}local, or, if the tag argument is given, the URI part of a QName. |
| tag | Optional tag. If given, the first argument is interpreted as an URI, and this argument is interpreted as a local name. |
| def __init__ | ( | self, | |
| text_or_uri, | |||
tag = None |
|||
| ) |
| def __cmp__ | ( | self, | |
| other | |||
| ) |
| def __hash__ | ( | self | ) |
| def __str__ | ( | self | ) |
1.7.3