Home | Trees | Index | Help |
|
---|
|
VCardField
--+
|
VCardLabel
Method Summary | |
---|---|
Initialize a VCardLabel object. | |
libxml2.xmlNode |
Create vcard-tmp XML representation of the field. |
str |
RFC2426-encode the field content. |
Inherited from VCardField | |
|
Instance Variable Summary | |
---|---|
list of unicode |
lines : list of label text lines. |
list of "home","work","postal","parcel","dom","intl" or "pref" |
type : type of the label. |
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 |
---|
lineslist of label text lines.
|
typetype of the label.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:33 2005 | http://epydoc.sf.net |