next: function() {
        if(!this.parent) return null;
        return this.parent.item(this._index+1);
    },