|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectMarkPos
ChunkMarkPos
XtfChunkMarkPos
public class XtfChunkMarkPos
Extends ChunkMarkPos by adding node number, word offset, and
section type information.
| Field Summary | |
|---|---|
int |
nodeNumber
Which node the word is in |
String |
sectionType
The section type (if any) |
int |
wordOffset
The word offset from the start of the node |
| Fields inherited from class ChunkMarkPos |
|---|
charPos, chunk, wordPos |
| Constructor Summary | |
|---|---|
XtfChunkMarkPos()
|
|
| Method Summary | |
|---|---|
void |
trim()
Remove trailing whitespace |
| Methods inherited from class ChunkMarkPos |
|---|
countTextTo, getTextTo, wordPos |
| Methods inherited from class MarkPos |
|---|
clone |
| Methods inherited from class Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int nodeNumber
public int wordOffset
public String sectionType
| Constructor Detail |
|---|
public XtfChunkMarkPos()
| Method Detail |
|---|
public void trim()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||