All Packages Class Hierarchy This Package Previous Next Index
Class websphinx.Text
java.lang.Object
|
+----websphinx.Region
|
+----websphinx.Text
- public class Text
- extends Region
Tagless text regions on an HTML page.
-
Text(Page, int, int, String)
- Make a Text.
-
toText()
- Returns the region's tagless text
Text
public Text(Page page,
int start,
int end,
String text)
- Make a Text.
- Parameters:
- page - Page containing region
- start - Starting offset of region in page
- end - Ending offset of region
- text - Text of which region consists
toText
public String toText()
- Returns the region's tagless text
- Returns:
- a string consisting of the text in the page contained by this region
- Overrides:
- toText in class Region
All Packages Class Hierarchy This Package Previous Next Index