Microweber\Utils\lib\XmlStreamer::processNode PHP 메소드

processNode() 추상적인 공개 메소드

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
리턴 If false is returned, the streaming will stop
    public abstract function processNode($xmlString, $elementName, $nodeIndex);