Class DOMViewer.ContentNodeInfo

  • Enclosing class:
    DOMViewer

    protected static class DOMViewer.ContentNodeInfo
    extends DOMViewer.NodeInfo
    To store the node information for an xbl:content node's selected content.
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentNodeInfo​(org.w3c.dom.Node n)
      Creates a new ContentNodeInfo object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • ContentNodeInfo

        public ContentNodeInfo​(org.w3c.dom.Node n)
        Creates a new ContentNodeInfo object.
    • Method Detail

      • toString

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