Package org.jdom.output
Class JDOMLocator
- java.lang.Object
-
- org.xml.sax.helpers.LocatorImpl
-
- org.jdom.output.JDOMLocator
-
- All Implemented Interfaces:
org.xml.sax.Locator
public class JDOMLocator extends org.xml.sax.helpers.LocatorImpl
An implementation of the SAXLocator
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getNode()
Returns the JDOM node being processed by SAXOutputter.
-