Horde_Kolab_Format_Xml_Helper::findNodes PHP Méthode

findNodes() public méthode

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