org.microformats.hCard
org.microformats.hCard
is a java library for extracting
hCard
data from a web page, file, or html snippet.
Written by
Reinier Zwitserloot
.
Usage is very simple:
HCard hCard = HCardParser.parseOne(
“http://reinier.zwitserloot.com/”);
System.out.println(hCard.fn);
Links
Download
Download source
Documentation
Try it live
(coming soon)