| Home | Trees | Index | Help |
|
|---|
| Package pyxmpp :: Package jabber :: Module vcard :: Class VCardXString |
|
VCardField--+ |VCardString--+ | VCardXString
Generic class for all text vCard fields not defined in RFC 2426.
In the RFC 2425 representation field name will be prefixed with 'x-'.
:Ivariables:
- `value`: field value.
:Types:
- `value`: `unicode`
| Method Summary | |
|---|---|
RFC2426-encode the field content. | |
| Inherited from VCardString | |
Initialize a `VCardString` object. | |
| |
| |
Create vcard-tmp XML representation of the field. | |
| Inherited from VCardField | |
| |
| Method Details |
|---|
rfc2426(self)RFC2426-encode the field content. :return: the field in the RFC 2426 format. :returntype: `str`
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed May 31 22:36:59 2006 | http://epydoc.sf.net |