Package client.net.sf.saxon.ce.value

Examples of client.net.sf.saxon.ce.value.IntegerRange


     *
     * @return the corresponding Value
     */

    public GroundedValue materialize() throws XPathException {
        return new IntegerRange(start, limit);
    }
View Full Code Here

TOP

Related Classes of client.net.sf.saxon.ce.value.IntegerRange

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.