org.jdom.output
Class JDOMLocator

java.lang.Object
  extended byorg.xml.sax.helpers.LocatorImpl
      extended byorg.jdom.output.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.2 $, $Date: 2003/04/06 02:00:45 $
Author:
Laurent Bihanic

Method Summary
 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 Object getNode()
Returns the JDOM node being processed by SAXOutputter.

Returns:
the JDOM node being processed by SAXOutputter.


Copyright ? 2003 Jason Hunter, Brett McLaughlin. All Rights Reserved.