Class Location

java.lang.Object
scriptella.configuration.Location
All Implemented Interfaces:
Serializable

public class Location extends Object implements Serializable
Defines xml element location.

TODO: add support for row/columns

Version:
1.0
Author:
Fyodor Kupolov
See Also:
  • Constructor Details

    • Location

      public Location(int row, int column)
    • Location

      public Location(String xpath)
  • Method Details

    • getRow

      public int getRow()
    • getColumn

      public int getColumn()
    • getXPath

      public String getXPath()
    • toString

      public String toString()
      Overrides:
      toString in class Object