Package org.apache.vxquery.runtime.functions.cast

Examples of org.apache.vxquery.runtime.functions.cast.CastToUnsignedLongOperation


                        break;
                    case ValueTag.XS_NON_NEGATIVE_INTEGER_TAG:
                        aCastToOp = new CastToNonNegativeIntegerOperation();
                        break;
                    case ValueTag.XS_UNSIGNED_LONG_TAG:
                        aCastToOp = new CastToUnsignedLongOperation();
                        break;
                    case ValueTag.XS_POSITIVE_INTEGER_TAG:
                        aCastToOp = new CastToPositiveIntegerOperation();
                        break;
                    case ValueTag.XS_INT_TAG:
View Full Code Here


                        break;
                    case ValueTag.XS_NON_NEGATIVE_INTEGER_TAG:
                        aCastToOp = new CastToNonNegativeIntegerOperation();
                        break;
                    case ValueTag.XS_UNSIGNED_LONG_TAG:
                        aCastToOp = new CastToUnsignedLongOperation();
                        break;
                    case ValueTag.XS_POSITIVE_INTEGER_TAG:
                        aCastToOp = new CastToPositiveIntegerOperation();
                        break;
                    case ValueTag.XS_INT_TAG:
View Full Code Here

                        break;
                    case ValueTag.XS_NON_NEGATIVE_INTEGER_TAG:
                        aCastToOp = new CastToNonNegativeIntegerOperation();
                        break;
                    case ValueTag.XS_UNSIGNED_LONG_TAG:
                        aCastToOp = new CastToUnsignedLongOperation();
                        break;
                    case ValueTag.XS_POSITIVE_INTEGER_TAG:
                        aCastToOp = new CastToPositiveIntegerOperation();
                        break;
                    case ValueTag.XS_INT_TAG:
View Full Code Here

TOP

Related Classes of org.apache.vxquery.runtime.functions.cast.CastToUnsignedLongOperation

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.