public static interface VCardEntry.EntryElementIterator
Modifier and Type | Method and Description |
---|---|
boolean |
onElement(VCardEntry.EntryElement elem) |
void |
onElementGroupEnded()
Called after all
VCardEntry.EntryElement instances for
VCardEntry.EntryLabel provided on #onElementGroupStarted(EntryLabel)
being processed by #onElement(EntryElement) |
void |
onElementGroupStarted(VCardEntry.EntryLabel label)
Called when there are one or more
VCardEntry.EntryElement instances
associated with VCardEntry.EntryLabel . |
void |
onIterationEnded() |
void |
onIterationStarted() |
void onIterationStarted()
void onIterationEnded()
void onElementGroupStarted(VCardEntry.EntryLabel label)
VCardEntry.EntryElement
instances
associated with VCardEntry.EntryLabel
.void onElementGroupEnded()
VCardEntry.EntryElement
instances for
VCardEntry.EntryLabel
provided on #onElementGroupStarted(EntryLabel)
being processed by #onElement(EntryElement)
boolean onElement(VCardEntry.EntryElement elem)