Skip to content

Commit

Permalink
Interface name is now decided (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Nov 19, 2019
1 parent 55dc2ce commit bad5a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xml/xpath.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ _gpfErrorDeclare("xml/xpath", {
* Parse and evaluate the XPath on the give node
*
* @param {String} xpathExpression XPath expression to evaluate
* @param {gpf.interfaces.IXmlNode} contextNode Context node of the evaluation
* @param {gpf.interfaces.IXmlNodeSyncAdapter} contextNode Context node of the evaluation
* @param {Object} namespaces Dictionary associating namespace prefix to a namespace URI
* @return {gpf.interfaces.IXmlNode[]} List of matching nodes
* @return {gpf.interfaces.IXmlNodeSyncAdapter[]} List of matching nodes
* @since 1.0.2
*/
function _gpfXmlXPathEvaluate (xpathExpression, contextNode, namespaces) {
Expand Down

0 comments on commit bad5a2e

Please sign in to comment.