JDOM
1.1.3

org.jdom.output
Class JDOMLocator

java.lang.Object
  extended by org.xml.sax.helpers.LocatorImpl
      extended by org.jdom.output.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.1 $, $Date: 2012/04/08 22:48:01 $
Author:
Laurent Bihanic

Method Summary
 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.

JDOM
1.1.3

Copyright © 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.