Microweber\Utils\lib\XmlStreamer::processNode PHP Method

processNode() abstract public method

Gets called for every XML node that is found as a child to the root node.
abstract public processNode ( $xmlString, $elementName, $nodeIndex ) : If
$xmlString Complete XML tree of the node as a string
$elementName Name of the node for easy access
$nodeIndex Zero-based index that increments for every node
return If false is returned, the streaming will stop
    public abstract function processNode($xmlString, $elementName, $nodeIndex);