Interface INode

    • Method Detail

      • childNodes

        java.util.List<INode> childNodes()
        Gets the child nodes.
        Returns:
        a list of INode instances.
      • addChild

        void addChild​(INode node)
        Adds a child node.
        Parameters:
        node - a child node that will be added to the current node
      • parentNode

        INode parentNode()
        Gets the parent node.
        Returns:
        the parent node