org.jdom.output

Class JDOMLocator


public class JDOMLocator
extends LocatorImpl

An implementation of the SAX Locator interface that exposes the JDOM node being processed by SAXOutputter.
Version:
$Revision: 1.3 $, $Date: 2004/02/06 09:28:32 $
Author:
Laurent Bihanic

Method Summary

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

Method Details

getNode

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

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.