function FeedsXPathParserQueryParser::getQuery in Feeds XPath Parser 7
Same name and namespace in other branches
- 6 FeedsXPathParserQueryParser.inc \FeedsXPathParserQueryParser::getQuery()
File
- ./
FeedsXPathParserQueryParser.inc, line 119 - 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;
}