|
|||||||||
| Home >> All >> org >> jdom >> [ output overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdom.output
Class JDOMLocator

java.lang.Objectorg.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 SAX org.xml.sax.Locator interface that exposes the JDOM node being processed by SAXOutputter.
- Version:
- $Revision: 1.3 $, $Date: 2004/02/06 09:28:32 $
| Field Summary | |
private static java.lang.String |
CVS_ID
|
private java.lang.Object |
node
The JDOM node being processed by SAXOutputter. |
| Fields inherited from class org.xml.sax.helpers.LocatorImpl |
|
| Constructor Summary | |
(package private) |
JDOMLocator()
Default no-arg constructor. |
(package private) |
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 |
CVS_ID
private static final java.lang.String CVS_ID
- See Also:
- Constant Field Values
node
private java.lang.Object node
- The JDOM node being processed by SAXOutputter.
| Constructor Detail |
JDOMLocator
JDOMLocator()
- Default no-arg constructor.
JDOMLocator
JDOMLocator(org.xml.sax.Locator locator)
- Copy contructor.
| Method Detail |
getNode
public java.lang.Object getNode()
- Returns the JDOM node being processed by SAXOutputter.
setNode
void setNode(java.lang.Object node)
- Sets the being-processed node.
|
|||||||||
| Home >> All >> org >> jdom >> [ output overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC