com.sun.tools.xjc.reader.internalizer

Class LocatorTable

public final class LocatorTable extends Object

Stores Locator objects for every Element.
Method Summary
LocatorgetEndLocation(Element e)
LocatorgetStartLocation(Element e)
voidstoreEndLocation(Element e, Locator loc)
voidstoreStartLocation(Element e, Locator loc)

Method Detail

getEndLocation

public Locator getEndLocation(Element e)

getStartLocation

public Locator getStartLocation(Element e)

storeEndLocation

public void storeEndLocation(Element e, Locator loc)

storeStartLocation

public void storeStartLocation(Element e, Locator loc)