Prewk\XmlStringStreamer\Parser\UniqueNode::startSalvaging PHP 메소드

startSalvaging() 보호된 메소드

Set the start position in the workingBlob from where we should start reading when the closing tag is found
protected startSalvaging ( integer $startPositionInBlob )
$startPositionInBlob integer Position of starting tag
    protected function startSalvaging($startPositionInBlob)
    {
        $this->startPos = $startPositionInBlob;
    }