Class LocatorTable


  • public final class LocatorTable
    extends java.lang.Object
    Stores Locator objects for every Element.
    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    • Constructor Summary

      Constructors 
      Constructor Description
      LocatorTable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)