abstract protected function FeedsXPathParserBase::getRaw in Feeds XPath Parser 7
Same name and namespace in other branches
- 6 FeedsXPathParserBase.inc \FeedsXPathParserBase::getRaw()
Helper callback to return the raw value.
Parameters
DOMNode $node: The DOMNode to convert to a string.
Return value
string The string representation of the DOMNode.
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 - Helper callback to return the raw value.
- FeedsXPathParserXML::getRaw in ./
FeedsXPathParserXML.inc - Helper callback to return the raw value.
File
- ./
FeedsXPathParserBase.inc, line 63 - Provides the base class for FeedsXPathParserHTML and FeedsXPathParserXML.
Class
- FeedsXPathParserBase
- Base class for the HTML and XML parsers.
Code
protected abstract function getRaw(DOMNode $node);