You are here

public function XPathQueryParser::getQuery in Feeds XPath Parser 8

Returns the modified XPath query.

Return value

string A modified XPath query.

File

lib/Drupal/feeds_xpathparser/XPathQueryParser.php, line 77
Contains \Drupal\feeds_xpathparser\XPathQueryParser.

Class

XPathQueryParser
Pseudo-parser of XPath queries.

Namespace

Drupal\feeds_xpathparser

Code

public function getQuery() {
  $this
    ->start();
  return $this->output;
}