scriptella.configuration
Class Location
java.lang.Object
scriptella.configuration.Location
- All Implemented Interfaces:
- java.io.Serializable
public class Location
- extends java.lang.Object
- implements java.io.Serializable
Defines xml element location.
TODO: add support for row/columns
- Version:
- 1.0
- Author:
- Fyodor Kupolov
- See Also:
- Serialized Form
|
Constructor Summary |
Location(int row,
int column)
|
Location(java.lang.String xpath)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Location
public Location(int row,
int column)
Location
public Location(java.lang.String xpath)
getRow
public int getRow()
getColumn
public int getColumn()
getXPath
public java.lang.String getXPath()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © Copyright 2006-2009 The Scriptella Project Team.