|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VCard | |
---|---|
ezvcard | |
ezvcard.io | |
ezvcard.types |
Uses of VCard in ezvcard |
---|
Methods in ezvcard that return VCard | |
---|---|
VCard |
Ezvcard.ParserChainTextString.first()
|
VCard |
Ezvcard.ParserChainXmlString.first()
|
VCard |
Ezvcard.ParserChainXmlDom.first()
|
VCard |
Ezvcard.ParserChainHtmlString.first()
|
Methods in ezvcard that return types with arguments of type VCard | |
---|---|
List<VCard> |
Ezvcard.ParserChainTextString.all()
|
List<VCard> |
Ezvcard.ParserChainXmlString.all()
|
List<VCard> |
Ezvcard.ParserChainXmlDom.all()
|
List<VCard> |
Ezvcard.ParserChainHtmlString.all()
|
Methods in ezvcard with parameters of type VCard | |
---|---|
static Ezvcard.WriterChainTextMulti |
Ezvcard.write(VCard... vcards)
Marshals multiple vCards to their traditional, plain-text representation. |
static Ezvcard.WriterChainTextSingle |
Ezvcard.write(VCard vcard)
Marshals a vCard to its traditional, plain-text representation. |
static Ezvcard.WriterChainHtml |
Ezvcard.writeHtml(VCard... vcards)
Marshals one or more vCards their HTML representation (hCard). |
static Ezvcard.WriterChainXmlMulti |
Ezvcard.writeXml(VCard... vcards)
Marshals multiple vCards to their XML representation (xCard). |
static Ezvcard.WriterChainXmlSingle |
Ezvcard.writeXml(VCard vcard)
Marshals a vCard to its XML representation (xCard). |
Method parameters in ezvcard with type arguments of type VCard | |
---|---|
static Ezvcard.WriterChainTextMulti |
Ezvcard.write(Collection<VCard> vcards)
Marshals multiple vCards to their traditional, plain-text representation. |
static Ezvcard.WriterChainHtml |
Ezvcard.writeHtml(Collection<VCard> vcards)
Marshals one or more vCards their HTML representation (hCard). |
static Ezvcard.WriterChainXmlMulti |
Ezvcard.writeXml(Collection<VCard> vcards)
Marshals multiple vCards to their XML representation (xCard). |
Uses of VCard in ezvcard.io |
---|
Fields in ezvcard.io declared as VCard | |
---|---|
protected VCard |
HCardReader.curVCard
|
Fields in ezvcard.io with type parameters of type VCard | |
---|---|
protected List<VCard> |
HCardPage.vcards
|
Methods in ezvcard.io that return VCard | |
---|---|
VCard |
EmbeddedVCardException.getVCard()
Gets the vCard to marshal. |
VCard |
XCardReader.readNext()
|
VCard |
VCardReader.readNext()
|
VCard |
IParser.readNext()
Reads the next vCard. |
VCard |
HCardReader.readNext()
|
Methods in ezvcard.io with parameters of type VCard | |
---|---|
void |
XCardDocument.addVCard(VCard vcard)
Adds a vCard to the XML document |
void |
HCardPage.addVCard(VCard vcard)
Adds a vCard to the HTML page. |
void |
EmbeddedVCardException.injectVCard(VCard vcard)
Injects an unmarshalled vCard into the type class that threw this exception. |
void |
EmbeddedVCardException.InjectionCallback.injectVCard(VCard vcard)
Injects an unmarshalled vCard into the type object. |
void |
VCardWriter.write(VCard vcard)
Writes a vCard |
Constructors in ezvcard.io with parameters of type VCard | |
---|---|
EmbeddedVCardException(VCard vcard)
Thrown to marshal a nested or embedded vCard. |
Uses of VCard in ezvcard.types |
---|
Methods in ezvcard.types that return VCard | |
---|---|
VCard |
AgentType.getVCard()
Gets an embedded vCard with the agent's information. |
Methods in ezvcard.types with parameters of type VCard | |
---|---|
protected void |
VCardType.doMarshalSubTypes(VCardSubTypes subTypes,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
Gets the sub types that will be sent over the wire. |
protected void |
TimezoneType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
TelephoneType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
RelatedType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
KeyType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
GeoType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
EmailType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
DeathplaceType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
DateOrTimeType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
BirthplaceType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
BinaryType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
AgentType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
AddressType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
VCardSubTypes |
VCardType.marshalSubTypes(VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
Gets the Sub Types to send over the wire. |
void |
AgentType.setVCard(VCard vcard)
Sets an embedded vCard with the agent's information. |
Constructors in ezvcard.types with parameters of type VCard | |
---|---|
AgentType(VCard vcard)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |