This is a collection of interfaces for an abstract tree.
Each node has the option of being a parent. The API closely resembles the DOM implementation.
This is not an implementation. For an implementation, see:
Via Composer
$ composer require ab/tree-abstractUse the interfaces to implement your own versions of Node, NodeParent, etc.
Please see CHANGELOG for more information on what has changed recently.
$ composer testThe MIT License (MIT). Please see License File for more information.