com.sun.tools.xjc.reader.internalizer
Class LocatorTable

java.lang.Object
  extended by com.sun.tools.xjc.reader.internalizer.LocatorTable

public final class LocatorTable
extends java.lang.Object

Stores Locator objects for every Element.


Constructor Summary
LocatorTable()
           
 
Method Summary
 org.xml.sax.Locator getEndLocation(org.w3c.dom.Element e)
           
 org.xml.sax.Locator getStartLocation(org.w3c.dom.Element e)
           
 void storeEndLocation(org.w3c.dom.Element e, org.xml.sax.Locator loc)
           
 void storeStartLocation(org.w3c.dom.Element e, org.xml.sax.Locator loc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorTable

public LocatorTable()
Method Detail

storeStartLocation

public void storeStartLocation(org.w3c.dom.Element e,
                               org.xml.sax.Locator loc)

storeEndLocation

public void storeEndLocation(org.w3c.dom.Element e,
                             org.xml.sax.Locator loc)

getStartLocation

public org.xml.sax.Locator getStartLocation(org.w3c.dom.Element e)

getEndLocation

public org.xml.sax.Locator getEndLocation(org.w3c.dom.Element e)