DOMDocument.EvaluateXPathExpression
Syntax:
Parameters:
<Expression> (required)
String - XPath expression.
<ContextNode> (required)
DOM node is the context for XPath expression calculation. Node should belong to this DOM document (otherwise an exception will be generated); it can be of the following type: Document, Element, Attribute, Text, CDATASection, Comment, ProcessingInstruction, XPathNamespace.
<Dereferencer> (required)
Namespace permission object in an XPath expression.
<ResultType> (optional)
Type of result of XPath expression calculation. If not specified, then expression calculation result may be of any type.
Default value: Any.
Returned value:
Description:
Availability:
Note: