Prewk\XmlStringStreamer\Parser\UniqueNode::startSalvaging PHP Méthode

startSalvaging() protected méthode

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;
    }