com.keyoti.rapidSpell
Class AdvancedTextBoundary
java.lang.Object
com.keyoti.rapidSpell.AdvancedTextBoundary
public class AdvancedTextBoundary
- extends java.lang.Object
Extends SimpleTextBoundary to included more advanced parsing.
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.
theText
protected java.lang.String theText
separateHyphenWords
public boolean separateHyphenWords
languageParsing
public int languageParsing
AdvancedTextBoundary
public AdvancedTextBoundary()
following
public int following(int offset)
preceding
public int preceding(int offset)
isAtNonWhiteSpace
protected boolean isAtNonWhiteSpace(int position)
last
public int last()
setText
public void setText(java.lang.String t)
isBoundaryRight
public boolean isBoundaryRight(int offset)
isBoundaryLeft
public boolean isBoundaryLeft(int offset)
isBoundary
public boolean isBoundary(int offset)
Copyright © 2002-2013 Keyoti Inc. All Rights Reserved.