You are here

abstract protected function ParserBase::getRaw in Feeds XPath Parser 8

Returns the raw node value.

@todo Refactor.

Parameters

\DOMNode $node: The DOMNode to convert to a string.

Return value

string The string representation of the DOMNode.

1 call to ParserBase::getRaw()
ParserBase::parseSourceElement in lib/Drupal/feeds_xpathparser/ParserBase.php
Parses one item from the context array.
2 methods override ParserBase::getRaw()
XPathHTMLParser::getRaw in lib/Drupal/feeds_xpathparser/Plugin/feeds/Parser/XPathHTMLParser.php
Returns the raw node value.
XPathXMLParser::getRaw in lib/Drupal/feeds_xpathparser/Plugin/feeds/Parser/XPathXMLParser.php
Returns the raw node value.

File

lib/Drupal/feeds_xpathparser/ParserBase.php, line 67
Contains \Drupal\feeds_xpathparser\ParserBase.

Class

ParserBase
Base class for the HTML and XML parsers.

Namespace

Drupal\feeds_xpathparser

Code

protected abstract function getRaw(\DOMNode $node);