Located in File: /src/QueryPath/Extension/QPList.php
The QPList extension to QueryPath provides a method for appending a table to a DOM (QPList::appendTable()).
Implementing classes should provide methods for getting headers, rows of data, and the number of rows in the table (TableAble::size()). Implementors may also choose to make classes Iterable or Traversable over the rows of the table.
Two very basic implementations of TableAble are provided in this package: