org.apache.batik.util.gui
Class DOMViewer.Panel.NodeInfo

java.lang.Object
  |
  +--org.apache.batik.util.gui.DOMViewer.Panel.NodeInfo
Enclosing class:
DOMViewer.Panel

protected static class DOMViewer.Panel.NodeInfo
extends java.lang.Object

To store the nodes informations


Field Summary
protected  Node node
          The DOM node.
 
Constructor Summary
DOMViewer.Panel.NodeInfo(Node n)
          Creates a new NodeInfo object.
 
Method Summary
 Node getNode()
          Returns the DOM Node associated with this node info.
 java.lang.String toString()
          Returns a printable representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node

protected Node node
The DOM node.
Constructor Detail

DOMViewer.Panel.NodeInfo

public DOMViewer.Panel.NodeInfo(Node n)
Creates a new NodeInfo object.
Method Detail

getNode

public Node getNode()
Returns the DOM Node associated with this node info.

toString

public java.lang.String toString()
Returns a printable representation of the object.
Overrides:
toString in class java.lang.Object


Copyright © 2002 Apache Software Foundation. All Rights Reserved.