websphinx
Class Text

java.lang.Object
  |
  +--websphinx.Region
        |
        +--websphinx.Text

public class Text
extends Region

Tagless text regions on an HTML page.


Field Summary
(package private)  java.lang.String text
           
 
Fields inherited from class websphinx.Region
end, INITIAL_SIZE, names, source, start, TRUE
 
Constructor Summary
Text(Page page, int start, int end, java.lang.String text)
          Make a Text.
 
Method Summary
 java.lang.String toText()
          Returns the region's tagless text
 
Methods inherited from class websphinx.Region
enumerateObjectLabels, findEnd, findStart, getEnd, getField, getFields, getLabel, getLabel, getLength, getNumericLabel, getObjectLabel, getObjectLabels, getRootElement, getSource, getStart, hasAllLabels, hasAllLabels, hasAnyLabels, hasAnyLabels, hasLabel, removeLabel, setField, setFields, setLabel, setLabel, setObjectLabel, span, toHTML, toString, toTags
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

text

java.lang.String text
Constructor Detail

Text

public Text(Page page,
            int start,
            int end,
            java.lang.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
Method Detail

toText

public java.lang.String toText()
Returns the region's tagless text
Overrides:
toText in class Region
Returns:
a string consisting of the text in the page contained by this region