_colPrev(col) {
        var data = {};
        eachBefore(col, this._colMatchIterate.bind(this, data), this._node, false);
        return data.col;
    }