xpointer.litmatch
Class LEMatch

java.lang.Object
  |
  +--xpointer.litmatch.LEMatch

public class LEMatch
extends java.lang.Object

An instance of this class represents a match completed by a LE matching function. It can be used to obtaion relevant information about the location of a match.


Method Summary
 int getEndIndex()
          Getter for property endIndex.
 int getStartIndex()
          Getter for property startIndex.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEndIndex

public int getEndIndex()
Getter for property endIndex.
Returns:
Value of property endIndex.

getStartIndex

public int getStartIndex()
Getter for property startIndex.
Returns:
Value of property startIndex.