Interface IHierarchyParent

    • Method Detail

      • clearChildren

        void clearChildren()
        Clear children.
      • getChildCount

        int getChildCount()
        Get child count.
        Returns:
        the count.
      • findChild

        ConfigurationNode findChild​(int index)
        Get child n.
        Parameters:
        index - is the child number.
        Returns:
        the child node.
      • removeChild

        void removeChild​(int index)
        Remove child n.
        Parameters:
        index - is the child to remove.
      • addChild

        void addChild​(int index,
                      ConfigurationNode child)
        Add child at specified position.
        Parameters:
        index - is the position to add the child.
        child - is the child to add.