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 Object
To store the nodes informations
  • Field Details

    • node

      protected Node node
      The DOM node.
  • Constructor Details

    • NodeInfo

      public NodeInfo(Node n)
      Creates a new NodeInfo object.
  • Method Details

    • getNode

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

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