The {@link VCardInterpreter} implementation which enables {@link VCardEntryHandler} objects
to easily handle each vCard entry.
This class understand details inside vCard and translates it to {@link VCardEntry}.
Then the class throw it to {@link VCardEntryHandler} registered via
{@link #addEntryHandler(VCardEntryHandler)}, so that all those registered objects
are able to handle the {@link VCardEntry} object.
If you want to know the detail inside vCard, it would be better to implement
{@link VCardInterpreter} directly, instead of relying on this class and
{@link VCardEntry} created by the object.
|