Interface ILocationProvider

All Known Implementing Classes:
LocationAwareReader

public interface ILocationProvider
An interface describing the ability to provide information about the current context into a data stream.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
  • Method Details

    • getColumn

      int getColumn()
    • getLine

      int getLine()
    • getPosition

      int getPosition()