Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdom.output
Class JDOMLocator  view JDOMLocator download JDOMLocator.java

java.lang.Object
  extended byorg.xml.sax.helpers.LocatorImpl
      extended byorg.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.