|
OxygenXMLDiff 4.0 API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Difference
Represents a difference generated by the diff performer. It holds information regarding the right and left intervals start and end offsets.
Method Summary | |
---|---|
int |
getLeftIntervalEnd()
Get the difference left interval end offset. |
int |
getLeftIntervalStart()
Get the difference left interval start offset. |
int |
getRightIntervalEnd()
Get the difference right interval end offset. |
int |
getRightIntervalStart()
Get the difference right interval start offset. |
Method Detail |
---|
int getLeftIntervalStart()
0 <= leftIntervalStart < left resource content length
int getLeftIntervalEnd()
0 <= leftIntervalEnd < left resource content length
int getRightIntervalStart()
0 <= rightIntervalStart < right resource content length
int getRightIntervalEnd()
0 <= rightIntervalEnd < right resource content length
|
OxygenXMLDiff 4.0 API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |