Package ro.sync.ecss.extensions.dita
Class DITASpellCheckerHelper
java.lang.Object
ro.sync.ecss.extensions.dita.DITASpellCheckerHelper
- All Implemented Interfaces:
SpellCheckerHelper
@API(type=INTERNAL,
src=PUBLIC)
public class DITASpellCheckerHelper
extends Object
implements SpellCheckerHelper
Helps identify inline elements which should be transparent to the spell checker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Check if this inline element is transparent for spell checking.
-
Constructor Details
-
DITASpellCheckerHelper
public DITASpellCheckerHelper()
-
-
Method Details
-
isInlineNodeTransparentForSpellChecking
Description copied from interface:SpellCheckerHelper
Check if this inline element is transparent for spell checking.- Specified by:
isInlineNodeTransparentForSpellChecking
in interfaceSpellCheckerHelper
- Parameters:
node
- The author node.- Returns:
true
if this inline node is transparent and if there is content like textword2 then the spell check should consider "textword2" a word to be checked.- See Also:
-