com.keyoti.rapidSpell
Class AdvancedTextBoundary
java.lang.Object
|
+--com.keyoti.rapidSpell.SimpleTextBoundary
|
+--com.keyoti.rapidSpell.AdvancedTextBoundary
- public class AdvancedTextBoundary
- extends com.keyoti.rapidSpell.SimpleTextBoundary
Extends SimpleTextBoundary to included more advanced parsing.
Field Summary |
boolean |
ignoreXML
Whether to ignore XML/HTML tags, false by default. |
Fields inherited from class com.keyoti.rapidSpell.SimpleTextBoundary |
languageParsing,
separateHyphenWords,
theText |
Methods inherited from class com.keyoti.rapidSpell.SimpleTextBoundary |
isBoundary,
isBoundaryLeft,
isBoundaryRight,
last,
setText |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ignoreXML
public boolean ignoreXML
- Whether to ignore XML/HTML tags, false by default.
AdvancedTextBoundary
public AdvancedTextBoundary()
following
public int following(int offset)
- Overrides:
- following in class com.keyoti.rapidSpell.SimpleTextBoundary
preceding
public int preceding(int offset)
- Overrides:
- preceding in class com.keyoti.rapidSpell.SimpleTextBoundary
isAtNonWhiteSpace
protected boolean isAtNonWhiteSpace(int position)
- Overrides:
- isAtNonWhiteSpace in class com.keyoti.rapidSpell.SimpleTextBoundary
Copyright © 2002-2005 Keyoti Inc. All Rights Reserved.