public class Location extends Object implements Serializable
TODO: add support for row/columns
Location(int row, int column)
Location(String xpath)
int
getColumn()
getRow()
String
getXPath()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Location(int row, int column)
public Location(String xpath)
public int getRow()
public int getColumn()
public String getXPath()
public String toString()
toString
Object
Copyright © 2006-2012. All Rights Reserved.