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