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.


Constructor Index

 o Text(Page, int, int, String)
Make a Text.

Method Index

 o toText()
Returns the region's tagless text

Constructors

 o 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

Methods

 o 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