Uses of Class
ezvcard.VCard

Packages that use VCard
ezvcard   
ezvcard.io   
ezvcard.io.html   
ezvcard.io.json   
ezvcard.io.scribe   
ezvcard.io.text   
ezvcard.io.xml   
ezvcard.property   
 

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()
           
 VCard Ezvcard.ParserChainJsonString.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()
           
 List<VCard> Ezvcard.ParserChainJsonString.all()
           
 

Methods in ezvcard with parameters of type VCard
static Ezvcard.WriterChainText Ezvcard.write(VCard... vcards)
           Marshals one or more vCards to their traditional, plain-text representation.
static Ezvcard.WriterChainHtml Ezvcard.writeHtml(VCard... vcards)
           Marshals one or more vCards their HTML representation (hCard).
static Ezvcard.WriterChainJson Ezvcard.writeJson(VCard... vcards)
           Marshals one or more vCards to their JSON representation (jCard).
static Ezvcard.WriterChainXml Ezvcard.writeXml(VCard... vcards)
           Marshals one or more vCards to their XML representation (xCard).
 

Method parameters in ezvcard with type arguments of type VCard
static Ezvcard.WriterChainText Ezvcard.write(Collection<VCard> vcards)
           Marshals one or more 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.WriterChainJson Ezvcard.writeJson(Collection<VCard> vcards)
           Marshals one or more vCards to their JSON representation (jCard).
static Ezvcard.WriterChainXml Ezvcard.writeXml(Collection<VCard> vcards)
           Marshals one or more vCards to their XML representation (xCard).
 

Uses of VCard in ezvcard.io
 

Methods in ezvcard.io that return VCard
 VCard EmbeddedVCardException.getVCard()
          Gets the vCard to marshal.
 

Methods in ezvcard.io with parameters of type VCard
 void EmbeddedVCardException.injectVCard(VCard vcard)
          Injects the unmarshalled vCard into the property object that threw this exception.
 void EmbeddedVCardException.InjectionCallback.injectVCard(VCard vcard)
          Injects an unmarshalled vCard into the property object.
 

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.io.html
 

Methods in ezvcard.io.html that return VCard
 VCard HCardReader.readNext()
          Reads the next vCard from the data stream.
 

Methods in ezvcard.io.html with parameters of type VCard
 void HCardPage.add(VCard vcard)
          Adds a vCard to the HTML page.
 

Uses of VCard in ezvcard.io.json
 

Methods in ezvcard.io.json that return VCard
 VCard JCardReader.readNext()
          Reads the next vCard from the data stream.
 

Methods in ezvcard.io.json with parameters of type VCard
 void JCardWriter.write(VCard vcard)
          Writes a vCard to the stream.
 

Uses of VCard in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe with parameters of type VCard
protected  void AddressScribe._prepareParameters(Address property, VCardParameters copy, VCardVersion version, VCard vcard)
           
protected  void EmailScribe._prepareParameters(Email property, VCardParameters copy, VCardVersion version, VCard vcard)
           
protected  void TelephoneScribe._prepareParameters(Telephone property, VCardParameters copy, VCardVersion version, VCard vcard)
           
protected  void VCardPropertyScribe._prepareParameters(T property, VCardParameters copy, VCardVersion version, VCard vcard)
           Sanitizes a property's parameters before the property is written.
protected  void BinaryPropertyScribe._prepareParameters(T property, VCardParameters copy, VCardVersion version, VCard vcard)
           
protected static void VCardPropertyScribe.handlePrefParam(VCardProperty property, VCardParameters copy, VCardVersion version, VCard vcard)
          Utility method for switching between the "PREF" and "TYPE=PREF" parameters, depending on the target vCard version.
 VCardParameters VCardPropertyScribe.prepareParameters(T property, VCardVersion version, VCard vcard)
          Sanitizes a property's parameters (called before the property is written).
 

Uses of VCard in ezvcard.io.text
 

Methods in ezvcard.io.text that return VCard
 VCard VCardReader.readNext()
          Reads the next vCard from the data stream.
 

Methods in ezvcard.io.text with parameters of type VCard
 void VCardWriter.write(VCard vcard)
          Writes a vCard to the stream.
 

Uses of VCard in ezvcard.io.xml
 

Methods in ezvcard.io.xml that return VCard
 VCard XCardDocument.parseFirst()
          Parses the first the VCard object from the xCard document.
 

Methods in ezvcard.io.xml that return types with arguments of type VCard
 List<VCard> XCardDocument.parseAll()
          Parses all the VCard objects from the xCard document.
 

Methods in ezvcard.io.xml with parameters of type VCard
 void XCardDocument.add(VCard vcard)
          Adds a vCard to the XML document.
 

Uses of VCard in ezvcard.property
 

Methods in ezvcard.property that return VCard
 VCard Agent.getVCard()
          Gets an embedded vCard with the agent's information.
 

Methods in ezvcard.property with parameters of type VCard
protected  void VCardProperty._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
          Checks the property for data consistency problems or deviations from the spec.
protected  void Timezone._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Telephone._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void SimpleProperty._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Related._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Profile._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Member._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void ListProperty._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Key._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Impp._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Geo._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Gender._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Email._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Deathplace._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void DateOrTimeProperty._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void ClientPidMap._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Birthplace._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void BinaryProperty._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Agent._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Address._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
 void Agent.setVCard(VCard vcard)
          Sets an embedded vCard with the agent's information.
 List<Warning> VCardProperty.validate(VCardVersion version, VCard vcard)
          Checks the property for data consistency problems or deviations from the spec.
 

Constructors in ezvcard.property with parameters of type VCard
Agent(VCard vcard)
          Creates an agent property.
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.