-
- All Known Subinterfaces:
Context,Detail,DetailTable,DetailTable.TableRow,Documentation,MutableContext,MutableDetail,MutableDetailTable,MutableDocumentation
public interface DocumentContextContext within a document- Author:
- Don Mendelson
-
-
Field Summary
Fields Modifier and Type Field Description static intUNKNOWN_POSITIONUnknown line number or character position in a document
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCharPositionInLine()Character position in a lineintgetLine()Line number in a document
-
-
-
Field Detail
-
UNKNOWN_POSITION
static final int UNKNOWN_POSITION
Unknown line number or character position in a document- See Also:
- Constant Field Values
-
-
Method Detail
-
getLine
int getLine()
Line number in a document- Returns:
- line number or
UNKNOWN_POSITION
-
getCharPositionInLine
int getCharPositionInLine()
Character position in a line- Returns:
- line position or
UNKNOWN_POSITION
-
-