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.4 $, $Date: 2007/11/10 05:29:01 $
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) 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.