Uses of Class
ezvcard.Ezvcard.ParserChainXmlReader

Packages that use Ezvcard.ParserChainXmlReader
ezvcard   
 

Uses of Ezvcard.ParserChainXmlReader in ezvcard
 

Methods in ezvcard that return Ezvcard.ParserChainXmlReader
static Ezvcard.ParserChainXmlReader Ezvcard.parseXml(File file)
           Parses XML-encoded vCards (xCard) from a file.
static Ezvcard.ParserChainXmlReader Ezvcard.parseXml(InputStream in)
           Parses XML-encoded vCards (xCard) from an input stream.
static Ezvcard.ParserChainXmlReader Ezvcard.parseXml(Reader reader)
           Parses XML-encoded vCards (xCard) from a reader.
 Ezvcard.ParserChainXmlReader Ezvcard.ParserChainXmlReader.register(VCardPropertyScribe<? extends VCardProperty> scribe)
           
 Ezvcard.ParserChainXmlReader Ezvcard.ParserChainXmlReader.warnings(List<List<String>> warnings)
           
 



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