Uses of Class
ezvcard.Ezvcard.ParserChainHtmlReader

Packages that use Ezvcard.ParserChainHtmlReader
ezvcard   
 

Uses of Ezvcard.ParserChainHtmlReader in ezvcard
 

Methods in ezvcard that return Ezvcard.ParserChainHtmlReader
 Ezvcard.ParserChainHtmlReader Ezvcard.ParserChainHtmlReader.pageUrl(String pageUrl)
           
static Ezvcard.ParserChainHtmlReader Ezvcard.parseHtml(File file)
           Parses HTML-encoded vCards (hCard).
static Ezvcard.ParserChainHtmlReader Ezvcard.parseHtml(InputStream in)
           Parses HTML-encoded vCards (hCard).
static Ezvcard.ParserChainHtmlReader Ezvcard.parseHtml(Reader reader)
           Parses HTML-encoded vCards (hCard).
static Ezvcard.ParserChainHtmlReader Ezvcard.parseHtml(URL url)
           Parses HTML-encoded vCards (hCard).
 Ezvcard.ParserChainHtmlReader Ezvcard.ParserChainHtmlReader.register(VCardPropertyScribe<? extends VCardProperty> scribe)
           
 Ezvcard.ParserChainHtmlReader Ezvcard.ParserChainHtmlReader.warnings(List<List<String>> warnings)
           
 



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