Class TextLocator
java.lang.Object
org.apache.tika.inference.locator.TextLocator
Character-offset locator into the extracted text content.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextLocator
public TextLocator(int startOffset, int endOffset)
-
-
Method Details
-
getStartOffset
public int getStartOffset() -
getEndOffset
public int getEndOffset()
-