public interface IRichTextConversion
Modifier and Type | Method and Description |
---|---|
void |
convert(List<RichTextRecord<?>> source,
RichTextWriter target)
Method to do the actual conversion, e.g.
|
boolean |
isMatch(List<RichTextRecord<?>> nav)
Method to check whether the rich text item actually requires a conversion
|
void |
richTextNavigationEnd()
Method is called when the rich text navigation is done
|
void |
richTextNavigationStart()
Method is called before starting the CD record traversal.
|
void richTextNavigationStart()
boolean isMatch(List<RichTextRecord<?>> nav)
nav
- rich text navigatorvoid convert(List<RichTextRecord<?>> source, RichTextWriter target)
RichTextRecord
list and writing the resulting output to the target
.source
- source rich text navigatortarget
- target to write conversion resultvoid richTextNavigationEnd()
Copyright © 2019–2021 HCL. All rights reserved.