java.lang.Objectorg.xml.sax.helpers.LocatorImpl
JDOMLocator
public class JDOMLocator
An implementation of the SAX Locator
interface that
exposes the JDOM node being processed by SAXOutputter.
Field Summary | |
---|---|
private static java.lang.String |
CVS_ID
|
private java.lang.Object |
node
The JDOM node being processed by SAXOutputter. |
Constructor Summary | |
---|---|
JDOMLocator()
Default no-arg constructor. |
|
JDOMLocator(org.xml.sax.Locator locator)
Copy contructor. |
Method Summary | |
---|---|
java.lang.Object |
getNode()
Returns the JDOM node being processed by SAXOutputter. |
(package private) void |
setNode(java.lang.Object node)
Sets the being-processed node. |
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 |
Field Detail |
---|
private static final java.lang.String CVS_ID
private java.lang.Object node
Constructor Detail |
---|
JDOMLocator()
JDOMLocator(org.xml.sax.Locator locator)
locator
- Locator
to copy location
information from.Method Detail |
---|
public java.lang.Object getNode()
void setNode(java.lang.Object node)
node
- Object
node currently processed
by SAXOutputter.