| Interface | Description |
|---|---|
| Position |
Postion is an interface which only function is to return
a position in a line, not before begin or return -1
|
| Class | Description |
|---|---|
| AfterPosition |
AfterPostion returns the Position of a mark after an anchor
given the supplied conditions
|
| BeforePosition |
BeforePostion returns the Position of a Position object before an anchor
given the supplied conditions
|
| FirstFromListPosition |
The position of the first word from the group found in a line.
|
| FirstPosition |
Position which will return the the position of Position one or
Position two depending on which is smaller.
|
| PositionFactory | |
| RegExPosition |
Test a position on the basis of a regular expression
|
| RelativePosition |
RelativePostion returns the Position of a Position object before an anchor
given the supplied conditions
|
| TokenPosition |
TokenPosition is the simplest form of Position.
|
| WithinPosition |
Within Position checks if a mark is within (before or after) a supplied
anchor.
|