Download Stylus Studio - The World's Best XML IDE!

JDOM
1.0-rc1

org.jdom.output
Class JDOMLocator

java.lang.Object
  |
  +--org.xml.sax.helpers.LocatorImpl
        |
        +--org.jdom.output.JDOMLocator

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.3 $, $Date: 2004/02/06 09:28:32 $
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.0-rc1

Copyright © 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.
JDOM API reference hosted by Stylus Studio XML Integrated Development Environment.