Package ezvcard.io

Interface Summary
EmbeddedVCardException.InjectionCallback Injects an unmarshalled vCard into the type object.
IParser Common methods that all vCard reader classes must have.
 

Class Summary
FoldedLineReader Automatically unfolds lines of text as they are read.
FoldedLineWriter Automatically folds lines as they are written.
FoldingScheme Specifies how a vCard should be folded when written to a string.
HCardPage Writes vCards to an HTML page (hCard format).
HCardPage.DataUriGenerator Generates data URIs for the freemarker template.
HCardReader Reads vCards encoded in HTML (hCard format).
VCardLine Represents the components that make up an unfolded vCard line, such as type name and value.
VCardReader Unmarshals vCards into VCard objects.
VCardWriter Converts vCards to string representations.
XCardDocument Converts vCards to their XML representation.
XCardReader Unmarshals XML-encoded vCards into VCard objects.
XCardReader.XCardNamespaceContext Namespace context to use for xCard XPath expressions.
 

Enum Summary
CompatibilityMode Specifies which mail client the vCard is coming from or is destined for.
 

Exception Summary
EmbeddedVCardException Thrown during the marshalling/unmarshalling of a type to signal to the marshaller that the type's value is a nested (2.1 style) or embedded (3.0 style) vCard.
SkipMeException Thrown during the marshalling/unmarshalling of a vCard property to show that the property should NOT be included in the marshalled vCard or the unmarshalled VCard object.
 



Copyright © 2012-2013. All Rights Reserved.