Class JDOMLocator

All Implemented Interfaces:
Locator

public class JDOMLocator extends 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 Details

    • getNode

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