Home | Trees | Index | Help |
|
---|
|
VCardField
--+
|
VCardAdr
Method Summary | |
---|---|
Initialize a VCardAdr object. | |
libxml2.xmlNode |
Create vcard-tmp XML representation of the field. |
str |
RFC2426-encode the field content. |
Initialize a VCardAdr object from and XML element. | |
Inherited from VCardField | |
|
Instance Variable Summary | |
---|---|
unicode |
ctry : the country. |
unicode |
extadr : the extended address. |
unicode |
locality : the locality (e.g. |
unicode |
pcode : the postal code. |
unicode |
pobox : the post office box. |
unicode |
region : the region. |
unicode |
street : the street address. |
list of "home","work","postal","parcel","dom","intl" or "pref" |
type : type of the address. |
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.
|
__from_xml(self, value)Initialize aVCardAdr object from and XML element.
|
Instance Variable Details |
---|
ctrythe country.
|
extadrthe extended address.
|
localitythe locality (e.g. city).
|
pcodethe postal code.
|
poboxthe post office box.
|
regionthe region.
|
streetthe street address.
|
typetype of the address.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:32 2005 | http://epydoc.sf.net |