Horde_Kolab_Format_Xml_Helper::findNodes PHP Method

findNodes() public method

Return all nodes matching the given XPath query.
public findNodes ( string $query ) : DOMNodeList
$query string The query.
return DOMNodeList The list of DOMNodes.
    public function findNodes($query)
    {
        return $this->_xpath->query($query);
    }