You are here

abstract protected function FeedsXPathParserBase::getRaw in Feeds XPath Parser 6

Same name and namespace in other branches
  1. 7 FeedsXPathParserBase.inc \FeedsXPathParserBase::getRaw()
1 call to FeedsXPathParserBase::getRaw()
FeedsXPathParserBase::parseSourceElement in ./FeedsXPathParserBase.inc
Parses one item from the context array.
2 methods override FeedsXPathParserBase::getRaw()
FeedsXPathParserHTML::getRaw in ./FeedsXPathParserHTML.inc
FeedsXPathParserXML::getRaw in ./FeedsXPathParserXML.inc

File

./FeedsXPathParserBase.inc, line 467
Provides the abstract base class for FeedsXPathParserHTML and FeedsXPathParserXML.

Class

FeedsXPathParserBase
Base class for the HTML and XML parsers.

Code

protected abstract function getRaw(DOMNode $node);