Uses of Class
ezvcard.property.Xml

Packages that use Xml
ezvcard   
ezvcard.io.scribe   
 

Uses of Xml in ezvcard
 

Methods in ezvcard that return types with arguments of type Xml
 List<Xml> VCard.getXmls()
          Gets any XML data that is attached to the vCard.
 

Methods in ezvcard with parameters of type Xml
 void VCard.addXml(Xml xml)
          Adds XML data to the vCard.
 void VCard.addXmlAlt(Xml... altRepresentations)
           Adds an XML property as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type Xml
 void VCard.addXmlAlt(Collection<Xml> altRepresentations)
           Adds an XML property as a group of alternative representations (see: description of ALTID).
 

Uses of Xml in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Xml
protected  Xml XmlScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Xml XmlScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Xml XmlScribe._parseXml(XCardElement element, VCardParameters parameters, List<String> warnings)
           
 

Methods in ezvcard.io.scribe with parameters of type Xml
protected  JCardValue XmlScribe._writeJson(Xml property)
           
protected  String XmlScribe._writeText(Xml property, VCardVersion version)
           
protected  void XmlScribe._writeXml(Xml property, XCardElement element)
           
 



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