Neos\Flow\I18n\AbstractXmlParser::doParsingFromRoot PHP Method

doParsingFromRoot() abstract protected method

Returns array representation of XML data, starting from a root node.
abstract protected doParsingFromRoot ( SimpleXMLElement $root ) : array
$root SimpleXMLElement A root node
return array An array representing parsed XML file (structure depends on concrete parser)
    protected abstract function doParsingFromRoot(\SimpleXMLElement $root);