de.fraunhofer.ipsi.xquery.util
Interface PositionInfo

All Known Implementing Classes:
PositionInfoImpl

public interface PositionInfo


Method Summary
 int getBeginColumn()
          Method getBeginColumn
 int getBeginLine()
          Method getBeginLine
 int getEndColumn()
          Method getEndColumn
 int getEndLine()
          Method getEndLine
 

Method Detail

getBeginColumn

int getBeginColumn()
Method getBeginColumn

Returns:
an int

getBeginLine

int getBeginLine()
Method getBeginLine

Returns:
an int

getEndColumn

int getEndColumn()
Method getEndColumn

Returns:
an int

getEndLine

int getEndLine()
Method getEndLine

Returns:
an int