You are here

function FeedsXPathParserQueryParser::getQuery in Feeds XPath Parser 6

Same name and namespace in other branches
  1. 7 FeedsXPathParserQueryParser.inc \FeedsXPathParserQueryParser::getQuery()

File

./FeedsXPathParserQueryParser.inc, line 117
Pseudo-parser of XPath queries. When an XML document has a default namespace this gets called so that adding the __default__ namepace where appropriate. Aren't we nice?

Class

FeedsXPathParserQueryParser
@file Pseudo-parser of XPath queries. When an XML document has a default namespace this gets called so that adding the __default__ namepace where appropriate. Aren't we nice?

Code

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