org.jicengine.element
Class Location

java.lang.Object
  extended byorg.jicengine.element.Location

public class Location
extends java.lang.Object

Author:
.timo

Constructor Summary
Location(int lineNumber, java.lang.String document, int depth)
           
 
Method Summary
 int getDepth()
           
 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 lineNumber,
                java.lang.String document,
                int depth)
Parameters:
depth - the depth of the element in the element-tree.
Method Detail

getDepth

public int getDepth()

toString

public java.lang.String toString()