org.apache.batik.apps.svgbrowser
Class DOMViewer.NodeInfo

java.lang.Object
  extended by org.apache.batik.apps.svgbrowser.DOMViewer.NodeInfo
Direct Known Subclasses:
DOMViewer.ContentNodeInfo, DOMViewer.ShadowNodeInfo
Enclosing class:
DOMViewer

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

To store the nodes informations


Field Summary
protected  org.w3c.dom.Node node
          The DOM node.
 
Constructor Summary
DOMViewer.NodeInfo(org.w3c.dom.Node n)
          Creates a new NodeInfo object.
 
Method Summary
 org.w3c.dom.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 org.w3c.dom.Node node
The DOM node.

Constructor Detail

DOMViewer.NodeInfo

public DOMViewer.NodeInfo(org.w3c.dom.Node n)
Creates a new NodeInfo object.

Method Detail

getNode

public org.w3c.dom.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 ? 2008 Apache Software Foundation. All Rights Reserved.