Package xbird.xquery.meta

Examples of xbird.xquery.meta.Focus


                throw new XQRTException("Failed grouping", e);
            }
            this._shuffler = null;
        }
        GroupingIterator itor = new GroupingIterator(_map, _dynEnv);
        return new Focus(this, itor, _dynEnv);
    }
View Full Code Here


            _sorter.sort();
        } catch (XQueryException e) {
            throw new XQRTException(e);
        }
        KeyStrippingIterator itor = new KeyStrippingIterator(_items, _orderSpecs);
        return new Focus(this, itor, _dynEnv); // FIXME
    }
View Full Code Here

TOP

Related Classes of xbird.xquery.meta.Focus

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.