org.brains2b.saxo
Class SAXReader.Position

java.lang.Object
  extended byorg.brains2b.saxo.SAXReader.Position
Enclosing class:
SAXReader

protected class SAXReader.Position
extends java.lang.Object

an inner class to track the position within the document with.

Overwritten toString() to have a readable format for the position


Field Summary
 int x
           
 int y
           
 
Constructor Summary
protected SAXReader.Position()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public int x

y

public int y
Constructor Detail

SAXReader.Position

protected SAXReader.Position()
Method Detail

toString

public java.lang.String toString()