protected property FeedsXPathParserBase::$xpath in Feeds XPath Parser 7
Same name and namespace in other branches
- 6 FeedsXPathParserBase.inc \FeedsXPathParserBase::xpath
The DOMXPath objet used for parsing.
Type: DOMXPath
File
- ./
FeedsXPathParserBase.inc, line 39 - Provides the base class for FeedsXPathParserHTML and FeedsXPathParserXML.
Class
- FeedsXPathParserBase
- Base class for the HTML and XML parsers.
Code
protected $xpath;