org.apache.batik.util.gui

Class DOMViewer.NodeInfo

protected static class DOMViewer.NodeInfo extends Object

To store the nodes informations
Field Summary
protected Nodenode
The DOM node.
Constructor Summary
NodeInfo(Node n)
Creates a new NodeInfo object.
Method Summary
NodegetNode()
Returns the DOM Node associated with this node info.
StringtoString()
Returns a printable representation of the object.

Field Detail

node

protected Node node
The DOM node.

Constructor Detail

NodeInfo

public 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 String toString()
Returns a printable representation of the object.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.