Home | Trees | Index | Help |
|
---|
|
VCardField
--+
|
VCardImage
Method Summary | |
---|---|
Initialize a VCardImage object. | |
__str__(self)
| |
__unicode__(self)
| |
libxml2.xmlNode |
Create vcard-tmp XML representation of the field. |
str |
RFC2426-encode the field content. |
Inherited from VCardField | |
|
Instance Variable Summary | |
---|---|
str |
image : image binary data (when uri is None) |
unicode |
type : optional image type |
unicode |
uri : image URI (when image is None) |
Inherited from VCardField | |
name : name of the field. |
Method Details |
---|
__init__(self,
name,
value,
rfc2425parameters=None)
Initialize a |
as_xml(self, parent)Create vcard-tmp XML representation of the field.
|
rfc2426(self)RFC2426-encode the field content.
|
Instance Variable Details |
---|
imageimage binary data (whenuri is None)
|
typeoptional image type
|
uriimage URI (whenimage is None)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:38 2005 | http://epydoc.sf.net |