Uses of Class
com.conradroche.matra.data.CursorLocation

Packages that use CursorLocation
com.conradroche.matra.data   
com.conradroche.matra.exception   
 

Uses of CursorLocation in com.conradroche.matra.data
 

Methods in com.conradroche.matra.data that return CursorLocation
 CursorLocation Data.getCurrentLocation()
          Returns the current location in terms of rows and columns.
 

Uses of CursorLocation in com.conradroche.matra.exception
 

Methods in com.conradroche.matra.exception that return CursorLocation
 CursorLocation DTDSyntaxException.getErrorLocation()
          Returns the location where the syntax error was encountered.
 

Constructors in com.conradroche.matra.exception with parameters of type CursorLocation
DTDSyntaxException(java.lang.String s, CursorLocation loc)
          DTDSyntaxException Constructor.