Interface XLink


public interface XLink
Link objects asserted by an early implementation of assertTree with their parent. This interface is now largely unused.
  • Method Details

    • getElement

      Object getElement()
      Returns the object.
      Returns:
      the object.
    • getName

      String getName()
      Returns the Java name of the object.
      Returns:
      the object.
    • getParent

      Object getParent()
      Returns the parent of the object.
      Returns:
      the object.
    • isSelected

      boolean isSelected()
      Internal use only. Not applicable with assertTree.
    • samePath

      boolean samePath(XLink l2)
      Internal use only. Not applicable with assertTree.