DOMXPath->query
Evaluates the XPath expression in the given string
&reftitle.description;
DOMNodeListDOMXPath->query
stringexpression
DOMNodecontextnode
Returns a DOMNodeList containing all nodes matching
expression. Any expression which do not return
nodes will return an empty DOMNodeList.
The optional contextnode can be specified for doing
relative XPath queries.