Uses of Class
ezvcard.io.scribe.VCardPropertyScribe.Result

Packages that use VCardPropertyScribe.Result
ezvcard.io.scribe   
 

Uses of VCardPropertyScribe.Result in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return VCardPropertyScribe.Result
 VCardPropertyScribe.Result<T> VCardPropertyScribe.parseHtml(Element element)
          Unmarshals the property from an HTML document (hCard).
 VCardPropertyScribe.Result<T> VCardPropertyScribe.parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters)
          Unmarshals a property's value from a JSON data stream (jCard).
 VCardPropertyScribe.Result<T> VCardPropertyScribe.parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters)
          Unmarshals a property from a plain-text vCard.
 VCardPropertyScribe.Result<T> VCardPropertyScribe.parseXml(Element element, VCardParameters parameters)
          Unmarshals a property's value from an XML document (xCard).
 



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