Class JDOMLocator

  • All Implemented Interfaces:
    org.xml.sax.Locator

    public class JDOMLocator
    extends org.xml.sax.helpers.LocatorImpl
    An implementation of the SAX Locator interface that exposes the JDOM node being processed by SAXOutputter.
    Version:
    $Revision: 1.4 $, $Date: 2007/11/10 05:29:01 $
    Author:
    Laurent Bihanic
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getNode()
      Returns the JDOM node being processed by SAXOutputter.
      • Methods inherited from class org.xml.sax.helpers.LocatorImpl

        getColumnNumber, getLineNumber, getPublicId, getSystemId, setColumnNumber, setLineNumber, setPublicId, setSystemId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getNode

        public java.lang.Object getNode()
        Returns the JDOM node being processed by SAXOutputter.
        Returns:
        the JDOM node being processed by SAXOutputter.