visitAttributions abstract method
void
visitAttributions(
- AttributedText fullText,
- int index,
- Set<
Attribution> startingAttributions, - Set<
Attribution> endingAttributions,
Visits all starting and ending attribution markers at the given index
within fullText
.
This method isn't called for indices that don't contain any attribution markers.
Implementation
void visitAttributions(
AttributedText fullText,
int index,
Set<Attribution> startingAttributions,
Set<Attribution> endingAttributions,
);