Interface ChildInfo

    • Method Detail

      • getName

        Name getName()
        Returns the name of the child Node.
        Returns:
        The name of the child Node.
      • getIndex

        int getIndex()
        Returns the index of the child Node. Note, that the index is 1-based. In other words: the Node represented by this ChildInfo has same name siblings this method will always return the default value (1).
        Returns:
        Returns the index of the child Node.