com.sun.tools.xjc.reader.internalizer
Class LocatorTable
java.lang.Object
com.sun.tools.xjc.reader.internalizer.LocatorTable
public final class LocatorTable
- extends Object
Stores Locator
objects for every Element
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocatorTable
public LocatorTable()
storeStartLocation
public void storeStartLocation(Element e,
Locator loc)
storeEndLocation
public void storeEndLocation(Element e,
Locator loc)
getStartLocation
public Locator getStartLocation(Element e)
getEndLocation
public Locator getEndLocation(Element e)