DOMNodeList
Interface Synopsis
class DOMNodeList implements IteratorAggregate<?DOMNode, Tnode> {...}
Public Methods
->__construct(): void
->__debugInfo(): darray<string, mixed>
->getIterator(): Iterator<Tnode>
Actually returns DOMNodeIterator which is not exposed as an HHI->item(int $index): Tnode
Retrieves a node specified by index within the DOMNodeList object