Package org.apache.batik.apps.svgbrowser
Class DOMViewer.NodeInfo
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected org.w3c.dom.Node
node
The DOM node.
-
Constructor Summary
Constructors Constructor Description NodeInfo(org.w3c.dom.Node n)
Creates a new NodeInfo object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-