Interface BaseToken

    • Method Detail

      • getRow

        int getRow()
        Returns:
        row in source html where the token was found
      • setRow

        void setRow​(int row)
        Parameters:
        row -
      • getCol

        int getCol()
        Returns:
        col in source html where the token was found
      • setCol

        void setCol​(int col)
        Parameters:
        col -