Skip to content
Thomas Weinert edited this page Jul 31, 2014 · 1 revision

FluentDOM\Element::evaluate()

DOMNodeList|string|int|float|bool evaluate(string $expression [, \DOMNode $context = NULL])

Evaluate an Xpath expression on an Xpath instance associated with the owner document. It can use all namespaces registered on the document. The default $context is the element node.

Clone this wiki locally