scriptella.configuration
Class Location

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getColumn()
           
 int getRow()
           
 java.lang.String getXPath()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Location

public Location(int row,
                int column)

Location

public Location(java.lang.String xpath)
Method Detail

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.