Located in File: /src/QueryPath/Extension/QPList.php
The QPList class is an extension to QueryPath. It provides HTML list generators that take lists and convert them into bulleted lists inside of QueryPath.
Method appendList (line 87)
This takes a one-dimensional array and converts it into an HTML UL or OL list, or it can take an associative array and convert that into a DL list.
In addition to arrays, this works with any Traversable or Iterator object.
OL/UL arrays can be nested.
Method appendTable (line 27)
Method listImpl (line 109)