jar

org.apache.vxquery : apache-vxquery-core

Maven & Gradle

May 21, 2016
3 usages

VXQuery Core · Apache VXQuery Processor

Table Of Contents

Latest Version

Download org.apache.vxquery : apache-vxquery-core JAR file - Latest Versions:

All Versions

Download org.apache.vxquery : apache-vxquery-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6
0.5
0.4
0.3
0.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window apache-vxquery-core-0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.vxquery.compiler.rewriter.rules.util

├─ org.apache.vxquery.compiler.rewriter.rules.util.CardinalityRuleToolbox.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.util.ExpressionToolbox.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.util.OperatorToolbox.class - [JAR]

org.apache.vxquery.runtime.functions.unary

├─ org.apache.vxquery.runtime.functions.unary.AbstractNumericUnaryOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.unary.AbstractNumericUnaryScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.unary.NumericUnaryMinusOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.unary.NumericUnaryMinusScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.unary.NumericUnaryPlusOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.unary.NumericUnaryPlusScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.compiler

├─ org.apache.vxquery.compiler.CompilerControlBlock.class - [JAR]

org.apache.vxquery.runtime.functions.qname

├─ org.apache.vxquery.runtime.functions.qname.FnLocalNameFromQNameScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.qname.FnNamespaceUriFromQNameScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.qname.FnPrefixFromQNameScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.qname.FnQNameScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.datamodel.values

├─ org.apache.vxquery.datamodel.values.ValueTag.class - [JAR]

├─ org.apache.vxquery.datamodel.values.XDMConstants.class - [JAR]

org.apache.vxquery.types

├─ org.apache.vxquery.types.AbstractNodeType.class - [JAR]

├─ org.apache.vxquery.types.AnyItemType.class - [JAR]

├─ org.apache.vxquery.types.AnyNodeType.class - [JAR]

├─ org.apache.vxquery.types.AnySimpleType.class - [JAR]

├─ org.apache.vxquery.types.AnyType.class - [JAR]

├─ org.apache.vxquery.types.AtomicType.class - [JAR]

├─ org.apache.vxquery.types.AttributeType.class - [JAR]

├─ org.apache.vxquery.types.BuiltinAtomicType.class - [JAR]

├─ org.apache.vxquery.types.BuiltinTypeConstants.class - [JAR]

├─ org.apache.vxquery.types.BuiltinTypeQNames.class - [JAR]

├─ org.apache.vxquery.types.BuiltinTypeRegistry.class - [JAR]

├─ org.apache.vxquery.types.CommentType.class - [JAR]

├─ org.apache.vxquery.types.ComplexType.class - [JAR]

├─ org.apache.vxquery.types.DerivationProcess.class - [JAR]

├─ org.apache.vxquery.types.DocumentType.class - [JAR]

├─ org.apache.vxquery.types.ElementType.class - [JAR]

├─ org.apache.vxquery.types.EmptySequenceType.class - [JAR]

├─ org.apache.vxquery.types.ItemType.class - [JAR]

├─ org.apache.vxquery.types.NameTest.class - [JAR]

├─ org.apache.vxquery.types.NodeKind.class - [JAR]

├─ org.apache.vxquery.types.NodeType.class - [JAR]

├─ org.apache.vxquery.types.NoneType.class - [JAR]

├─ org.apache.vxquery.types.ProcessingInstructionType.class - [JAR]

├─ org.apache.vxquery.types.Quantifier.class - [JAR]

├─ org.apache.vxquery.types.SchemaType.class - [JAR]

├─ org.apache.vxquery.types.SequenceType.class - [JAR]

├─ org.apache.vxquery.types.SimpleType.class - [JAR]

├─ org.apache.vxquery.types.TextType.class - [JAR]

├─ org.apache.vxquery.types.TypeHelper.class - [JAR]

├─ org.apache.vxquery.types.TypeUtils.class - [JAR]

├─ org.apache.vxquery.types.XQType.class - [JAR]

org.apache.vxquery.context

├─ org.apache.vxquery.context.DefaultDocumentURIResolverImpl.class - [JAR]

├─ org.apache.vxquery.context.DelegatingStaticContextImpl.class - [JAR]

├─ org.apache.vxquery.context.DocumentURIResolver.class - [JAR]

├─ org.apache.vxquery.context.DynamicContext.class - [JAR]

├─ org.apache.vxquery.context.DynamicContextImpl.class - [JAR]

├─ org.apache.vxquery.context.DynamicContextImplFactory.class - [JAR]

├─ org.apache.vxquery.context.IDynamicContextFactory.class - [JAR]

├─ org.apache.vxquery.context.IStaticContextFactory.class - [JAR]

├─ org.apache.vxquery.context.ModuleURIResolver.class - [JAR]

├─ org.apache.vxquery.context.RootStaticContextFactory.class - [JAR]

├─ org.apache.vxquery.context.RootStaticContextImpl.class - [JAR]

├─ org.apache.vxquery.context.StaticContext.class - [JAR]

├─ org.apache.vxquery.context.StaticContextImpl.class - [JAR]

├─ org.apache.vxquery.context.StaticContextImplFactory.class - [JAR]

├─ org.apache.vxquery.context.ThinStaticContextImpl.class - [JAR]

├─ org.apache.vxquery.context.ThinStaticContextImplFactory.class - [JAR]

├─ org.apache.vxquery.context.XQueryVariable.class - [JAR]

org.apache.vxquery.xmlparser

├─ org.apache.vxquery.xmlparser.ITreeNodeIdProvider.class - [JAR]

├─ org.apache.vxquery.xmlparser.SAXContentHandler.class - [JAR]

├─ org.apache.vxquery.xmlparser.TreeNodeIdProvider.class - [JAR]

├─ org.apache.vxquery.xmlparser.XMLParser.class - [JAR]

org.apache.vxquery.serializer

├─ org.apache.vxquery.serializer.XMLSerializer.class - [JAR]

org.apache.vxquery.compiler.algebricks.prettyprint

├─ org.apache.vxquery.compiler.algebricks.prettyprint.VXQueryLogicalExpressionPrettyPrintVisitor.class - [JAR]

org.apache.vxquery.runtime.functions.numeric

├─ org.apache.vxquery.runtime.functions.numeric.AbstractNumericOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.numeric.AbstractNumericScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.numeric.FnAbsOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.numeric.FnAbsScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.numeric.FnCeilingOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.numeric.FnCeilingScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.numeric.FnFloorOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.numeric.FnFloorScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.numeric.FnRoundHalfToEvenScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.numeric.FnRoundOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.numeric.FnRoundScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.runtime.functions.conditional

├─ org.apache.vxquery.runtime.functions.conditional.IfThenElseScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.result

├─ org.apache.vxquery.result.ResultUtils.class - [JAR]

org.apache.vxquery.functions

├─ org.apache.vxquery.functions.BuiltinFunction.class - [JAR]

├─ org.apache.vxquery.functions.BuiltinFunctions.class - [JAR]

├─ org.apache.vxquery.functions.BuiltinOperators.class - [JAR]

├─ org.apache.vxquery.functions.ExternalFunction.class - [JAR]

├─ org.apache.vxquery.functions.Function.class - [JAR]

├─ org.apache.vxquery.functions.Operator.class - [JAR]

├─ org.apache.vxquery.functions.Signature.class - [JAR]

├─ org.apache.vxquery.functions.UserDefinedXQueryFunction.class - [JAR]

org.apache.vxquery.util

├─ org.apache.vxquery.util.Debug.class - [JAR]

├─ org.apache.vxquery.util.Filter.class - [JAR]

├─ org.apache.vxquery.util.GrowableIntArray.class - [JAR]

├─ org.apache.vxquery.util.SourceLocation.class - [JAR]

org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.documentorder

├─ org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.documentorder.DocumentOrder.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.documentorder.DocumentOrderNOPropagationPolicy.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.documentorder.DocumentOrderYESPropagationPolicy.class - [JAR]

org.apache.vxquery.xmlquery.query

├─ org.apache.vxquery.xmlquery.query.Module.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.ModuleType.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.NoopXQueryCompilationListener.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.ParseException.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.PrologVariable.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.SimpleCharStream.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.Token.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.TokenMgrError.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.VXQueryCompilationListener.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.XMLQuery.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.XMLQueryCompiler.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.XMLQueryCompilerConstants.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.XMLQueryConstants.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.XMLQueryParser.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.XMLQueryTokenManager.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.XMLQueryTypeChecker.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.XQueryCompilationListener.class - [JAR]

├─ org.apache.vxquery.xmlquery.query.XQueryConstants.class - [JAR]

org.apache.vxquery.xmlquery.translator

├─ org.apache.vxquery.xmlquery.translator.VXQueryPositionWriter.class - [JAR]

├─ org.apache.vxquery.xmlquery.translator.XMLQueryTranslator.class - [JAR]

org.apache.vxquery.runtime.functions.datetime

├─ org.apache.vxquery.runtime.functions.datetime.AbstractValueFromDateTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.AbstractValueFromDurationScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnAdjustDateTimeToTimezoneScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnAdjustDateToTimezoneScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnAdjustTimeToTimezoneScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnCurrentDateScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnCurrentDateTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnCurrentTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnDateTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnDayFromDateScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnDayFromDateTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnDaysFromDurationScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnHoursFromDateTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnHoursFromDurationScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnHoursFromTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnImplicitTimezoneScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnMinutesFromDateTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnMinutesFromDurationScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnMinutesFromTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnMonthFromDateScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnMonthFromDateTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnMonthsFromDurationScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnSecondsFromDateTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnSecondsFromDurationScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnSecondsFromTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnTimezoneFromDateScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnTimezoneFromDateTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnTimezoneFromTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnYearFromDateScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnYearFromDateTimeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.datetime.FnYearsFromDurationScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.runtime.functions.node

├─ org.apache.vxquery.runtime.functions.node.AbstractNodeConstructorScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.AbstractNodePositionalCheckEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.AttributeNodeConstructorScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.AttributeNodeConstructorScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.CommentNodeConstructorScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.CommentNodeConstructorScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.ElementNodeConstructorScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.ElementNodeConstructorScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.FnDocAvailableScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.FnDocScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.FnNumberScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.IdFromNodeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.LocalIdFromNodeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.OpNodeAfterEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.OpNodeAfterEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.OpNodeBeforeEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.OpNodeBeforeEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.PINodeConstructorScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.PINodeConstructorScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.TextNodeConstructorScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.TextNodeConstructorScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.node.TreeIdFromNodeScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.compiler.rewriter

├─ org.apache.vxquery.compiler.rewriter.RewriteRuleset.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.VXQueryOptimizationContext.class - [JAR]

org.apache.vxquery.runtime.factory.hashfunction

├─ org.apache.vxquery.runtime.factory.hashfunction.VXQueryRawBinaryHashFunctionFactory.class - [JAR]

org.apache.vxquery.datamodel.accessors

├─ org.apache.vxquery.datamodel.accessors.PointableCache.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.PointablePool.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.PointablePoolFactory.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.SequencePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.TaggedValuePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.TypedPointables.class - [JAR]

org.apache.vxquery.metadata

├─ org.apache.vxquery.metadata.QueryResultDataSink.class - [JAR]

├─ org.apache.vxquery.metadata.QueryResultSetDataSink.class - [JAR]

├─ org.apache.vxquery.metadata.VXQueryCollectionDataSource.class - [JAR]

├─ org.apache.vxquery.metadata.VXQueryCollectionOperatorDescriptor.class - [JAR]

├─ org.apache.vxquery.metadata.VXQueryIOFileFilter.class - [JAR]

├─ org.apache.vxquery.metadata.VXQueryMetadataProvider.class - [JAR]

org.apache.vxquery.runtime.functions.nodeid

├─ org.apache.vxquery.runtime.functions.nodeid.SortDistinctNodesAscOrAtomicsScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.runtime.functions.aggregate

├─ org.apache.vxquery.runtime.functions.aggregate.AbstractMaxMinAggregateEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.AbstractMaxMinScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.AvgGlobalAggregateEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.AvgLocalAggregateEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.FnAvgAggregateEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.FnAvgScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.FnCountAggregateEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.FnCountScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.FnMaxAggregateEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.FnMaxScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.FnMinAggregateEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.FnMinScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.FnSumAggregateEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.aggregate.FnSumScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.runtime.functions.comparison.general

├─ org.apache.vxquery.runtime.functions.comparison.general.AbstractGeneralComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.general.GeneralEqComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.general.GeneralGeComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.general.GeneralGtComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.general.GeneralLeComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.general.GeneralLtComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.general.GeneralNeComparisonScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.compiler.algebricks

├─ org.apache.vxquery.compiler.algebricks.VXQueryBinaryBooleanInspectorFactory.class - [JAR]

├─ org.apache.vxquery.compiler.algebricks.VXQueryBinaryIntegerInspectorFactory.class - [JAR]

├─ org.apache.vxquery.compiler.algebricks.VXQueryComparatorFactoryProvider.class - [JAR]

├─ org.apache.vxquery.compiler.algebricks.VXQueryConstantValue.class - [JAR]

├─ org.apache.vxquery.compiler.algebricks.VXQueryExpressionRuntimeProvider.class - [JAR]

├─ org.apache.vxquery.compiler.algebricks.VXQueryGlobalDataFactory.class - [JAR]

├─ org.apache.vxquery.compiler.algebricks.VXQueryNullWriterFactory.class - [JAR]

├─ org.apache.vxquery.compiler.algebricks.VXQueryPrinterFactory.class - [JAR]

├─ org.apache.vxquery.compiler.algebricks.VXQueryPrinterFactoryProvider.class - [JAR]

org.apache.vxquery.hdfs2

├─ org.apache.vxquery.hdfs2.HDFSFunctions.class - [JAR]

├─ org.apache.vxquery.hdfs2.XmlCollectionWithTagInputFormat.class - [JAR]

org.apache.vxquery.runtime.functions.util

├─ org.apache.vxquery.runtime.functions.util.ArithmeticHelper.class - [JAR]

├─ org.apache.vxquery.runtime.functions.util.AtomizeHelper.class - [JAR]

├─ org.apache.vxquery.runtime.functions.util.FunctionHelper.class - [JAR]

org.apache.vxquery.compiler.rewriter.rules.propagationpolicies

├─ org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.ConstantPropertyPropagationPolicy.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.IPropertyPropagationPolicy.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.InputPropertyPropagationPolicy.class - [JAR]

org.apache.vxquery.datamodel.accessors.nodes

├─ org.apache.vxquery.datamodel.accessors.nodes.AbstractNodePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.nodes.AttributeNodePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.nodes.DocumentNodePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.nodes.ElementNodePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.nodes.PINodePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.nodes.TextOrCommentNodePointable.class - [JAR]

org.apache.vxquery.compiler.rewriter.rules.algebricksalternatives

├─ org.apache.vxquery.compiler.rewriter.rules.algebricksalternatives.ExtractFunctionsFromJoinConditionRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.algebricksalternatives.InlineNestedVariablesRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.algebricksalternatives.MoveFreeVariableOperatorOutOfSubplanRule.class - [JAR]

org.apache.vxquery.datamodel.api

├─ org.apache.vxquery.datamodel.api.IDate.class - [JAR]

├─ org.apache.vxquery.datamodel.api.ITime.class - [JAR]

├─ org.apache.vxquery.datamodel.api.ITimezone.class - [JAR]

org.apache.vxquery.datamodel.util

├─ org.apache.vxquery.datamodel.util.DateTime.class - [JAR]

org.apache.vxquery.runtime.functions.error

├─ org.apache.vxquery.runtime.functions.error.FnErrorScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.runtime.functions.strings

├─ org.apache.vxquery.runtime.functions.strings.AbstractCharacterIteratorCopyingEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.AbstractCharacterIteratorCopyingEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.AbstractTranscodingCharacterIterator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnCodepointEqualEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnCodepointsToStringEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnCompareEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnConcatEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnContainsEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnEndsWithEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnLowerCaseEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnStartsWithEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnStringJoinEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnStringLengthEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnStringScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnStringToCodepointsEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnSubstringAfterEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnSubstringBeforeEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnSubstringEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.FnUpperCaseEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.ICharacterIterator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.LowerCaseCharacterIterator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.SubstringAfterCharacterIterator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.SubstringBeforeCharacterIterator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.SubstringCharacterIterator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.UTF8StringCharacterIterator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.strings.UpperCaseCharacterIterator.class - [JAR]

org.apache.vxquery.runtime.functions.comparison

├─ org.apache.vxquery.runtime.functions.comparison.AbstractDisjunctiveComparisonOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.AbstractNegatingComparisonOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.AbstractValueComparisonOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.AbstractValueComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueEqComparisonOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueEqComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueGeComparisonOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueGeComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueGtComparisonOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueGtComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueLeComparisonOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueLeComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueLtComparisonOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueLtComparisonScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueNeComparisonOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.comparison.ValueNeComparisonScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.cardinality

├─ org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.cardinality.Cardinality.class - [JAR]

org.apache.vxquery.runtime.functions.bool

├─ org.apache.vxquery.runtime.functions.bool.AndScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.bool.FnBooleanScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.bool.FnFalseScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.bool.FnNotScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.bool.FnTrueScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.bool.OrScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.uniquenodes

├─ org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.uniquenodes.UniqueNodes.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.uniquenodes.UniqueNodesNOPropagationPolicy.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.uniquenodes.UniqueNodesYESPropagationPolicy.class - [JAR]

org.apache.vxquery.datamodel.builders.base

├─ org.apache.vxquery.datamodel.builders.base.AbstractBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.base.AbstractValueBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.base.IBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.base.IValueBuilder.class - [JAR]

org.apache.vxquery.exceptions

├─ org.apache.vxquery.exceptions.DefaultSystemExceptionFactory.class - [JAR]

├─ org.apache.vxquery.exceptions.ErrorCode.class - [JAR]

├─ org.apache.vxquery.exceptions.ErrorMessages.class - [JAR]

├─ org.apache.vxquery.exceptions.ErrorReporter.class - [JAR]

├─ org.apache.vxquery.exceptions.SystemException.class - [JAR]

├─ org.apache.vxquery.exceptions.SystemExceptionFactory.class - [JAR]

├─ org.apache.vxquery.exceptions.VXQueryDataException.class - [JAR]

├─ org.apache.vxquery.exceptions.VXQueryFileNotFoundException.class - [JAR]

├─ org.apache.vxquery.exceptions.VXQueryParseException.class - [JAR]

├─ org.apache.vxquery.exceptions.WarningReporter.class - [JAR]

org.apache.vxquery.runtime.functions.misc

├─ org.apache.vxquery.runtime.functions.misc.FnDataScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.datamodel.builders.sequence

├─ org.apache.vxquery.datamodel.builders.sequence.SequenceBuilder.class - [JAR]

org.apache.vxquery.datamodel.accessors.atomic

├─ org.apache.vxquery.datamodel.accessors.atomic.CodedQNamePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.atomic.XSBinaryPointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.atomic.XSDatePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.atomic.XSDateTimePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.atomic.XSDecimalPointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.atomic.XSDurationPointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.atomic.XSQNamePointable.class - [JAR]

├─ org.apache.vxquery.datamodel.accessors.atomic.XSTimePointable.class - [JAR]

org.apache.vxquery.runtime.functions.step

├─ org.apache.vxquery.runtime.functions.step.AbstractDescendantPathStepScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.AbstractForwardAxisPathStep.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.AbstractPathStepScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.AbstractSinglePathStepScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.AttributePathStepScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.AttributePathStepScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.ChildPathStepOperatorDescriptor.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.ChildPathStepScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.ChildPathStepScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.ChildPathStepUnnesting.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.ChildPathStepUnnestingEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.ChildPathStepUnnestingEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.DescendantOrSelfPathStepScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.DescendantOrSelfPathStepScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.DescendantOrSelfPathStepUnnesting.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.DescendantOrSelfPathStepUnnestingEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.DescendantOrSelfPathStepUnnestingEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.DescendantPathStepScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.DescendantPathStepScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.DescendantPathStepUnnestingEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.DescendantPathStepUnnestingEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.NodeTestFilter.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.SelfPathStepScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.step.SelfPathStepScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.datamodel.builders.atomic

├─ org.apache.vxquery.datamodel.builders.atomic.StringValueBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.atomic.UTF8StringBuilder.class - [JAR]

org.apache.vxquery.runtime.functions.sequence

├─ org.apache.vxquery.runtime.functions.sequence.ConcatenateScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnDistinctValuesScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnEmptyScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnExactlyOneScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnExistsScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnIndexOfScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnInsertBeforeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnOneOrMoreScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnRemoveScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnReverseScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnSubsequenceScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnUnorderedScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.FnZeroOrOneScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.IterateUnnestingEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.OpToScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.sequence.SequenceAggregateEvaluatorFactory.class - [JAR]

org.apache.vxquery.runtime.functions.arithmetic

├─ org.apache.vxquery.runtime.functions.arithmetic.AbstractArithmeticOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.AbstractArithmeticScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.AddOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.AddScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.DivideOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.DivideScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.IntegerDivideOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.IntegerDivideScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.ModOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.ModScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.MultiplyOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.MultiplyScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.SubtractOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.arithmetic.SubtractScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.compiler.rewriter.rules

├─ org.apache.vxquery.compiler.rewriter.rules.AbstractCollectionRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.AbstractRemoveRedundantTypeExpressionsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.AbstractUsedVariablesProcessingRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.AbstractVXQueryAggregateRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.CollectionFileDomain.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.ConsolidateAssignAggregateRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.ConsolidateDescandantChild.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.ConsolidateUnnestsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.ConvertAssignSortDistinctNodesToOperatorsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.ConvertAssignToAggregateRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.ConvertAssignToUnnestRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.ConvertFromAlgebricksExpressionsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.ConvertToAlgebricksExpressionsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.EliminateSubplanForSingleItemsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.EliminateSubplanForSinglePathsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.EliminateUnnestAggregateSequencesRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.EliminateUnnestAggregateSubplanRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.IntroduceCollectionRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.IntroduceTwoStepAggregateRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.PushChildIntoDataScanRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.PushFunctionsOntoEqJoinBranches.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantBooleanExpressionsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantCastExpressionsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantDataExpressionsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantPromoteExpressionsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantTreatExpressionsRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.RemoveUnusedSortDistinctNodesRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.RemoveUnusedUnnestIterateRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.ReplaceSourceMapInDocExpression.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.SetCollectionDataSourceRule.class - [JAR]

├─ org.apache.vxquery.compiler.rewriter.rules.SetVariableIdContextRule.class - [JAR]

org.apache.vxquery.runtime.functions.cast

├─ org.apache.vxquery.runtime.functions.cast.AbstractCastToOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToAnyURIOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToBase64BinaryOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToBooleanOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToByteOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToDTDurationOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToDateOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToDateTimeOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToDecimalOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToDoubleOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToDurationOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToEntityOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToFloatOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToGDayOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToGMonthDayOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToGMonthOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToGYearMonthOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToGYearOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToHexBinaryOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToIDOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToIDREFOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToIntOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToIntegerOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToLanguageOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToLongOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToNCNameOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToNMTokenOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToNameOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToNegativeIntegerOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToNonNegativeIntegerOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToNonPositiveIntegerOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToNormalizedStringOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToNotationOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToPositiveIntegerOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToQNameOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToShortOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToStringOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToTimeOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToTokenOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToUnsignedByteOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToUnsignedIntOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToUnsignedLongOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToUnsignedShortOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToUntypedAtomicOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.cast.CastToYMDurationOperation.class - [JAR]

org.apache.vxquery.runtime.functions.type

├─ org.apache.vxquery.runtime.functions.type.AbstractTypeScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.type.InstanceOfScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.type.PromoteScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.type.SequenceTypeMatcher.class - [JAR]

├─ org.apache.vxquery.runtime.functions.type.TreatScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.runtime.functions.base

├─ org.apache.vxquery.runtime.functions.base.AbstractTaggedValueArgumentAggregateEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.base.AbstractTaggedValueArgumentAggregateEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.base.AbstractTaggedValueArgumentScalarEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.base.AbstractTaggedValueArgumentScalarEvaluatorFactory.class - [JAR]

├─ org.apache.vxquery.runtime.functions.base.AbstractTaggedValueArgumentUnnestingEvaluator.class - [JAR]

├─ org.apache.vxquery.runtime.functions.base.AbstractTaggedValueArgumentUnnestingEvaluatorFactory.class - [JAR]

org.apache.vxquery.collations

├─ org.apache.vxquery.collations.CodepointCollation.class - [JAR]

├─ org.apache.vxquery.collations.Collation.class - [JAR]

org.apache.vxquery.runtime.provider

├─ org.apache.vxquery.runtime.provider.VXQueryBinaryHashFunctionFactoryProvider.class - [JAR]

├─ org.apache.vxquery.runtime.provider.VXQueryBinaryHashFunctionFamilyProvider.class - [JAR]

org.apache.vxquery.datamodel.builders.nodes

├─ org.apache.vxquery.datamodel.builders.nodes.AbstractNodeBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.nodes.AttributeNodeBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.nodes.CommentNodeBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.nodes.DictionaryBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.nodes.DocumentNodeBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.nodes.ElementNodeBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.nodes.NodeSubTreeBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.nodes.PINodeBuilder.class - [JAR]

├─ org.apache.vxquery.datamodel.builders.nodes.TextNodeBuilder.class - [JAR]

org.apache.vxquery.runtime.functions.castable

├─ org.apache.vxquery.runtime.functions.castable.AbstractCastableAsOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsAnyURIOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsBase64BinaryOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsBooleanOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsByteOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsDTDurationOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsDateOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsDateTimeOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsDecimalOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsDoubleOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsDurationOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsFloatOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsGDayOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsGMonthDayOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsGMonthOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsGYearMonthOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsGYearOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsHexBinaryOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsIntOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsIntegerOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsLongOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsNegativeIntegerOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsNonNegativeIntegerOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsNonPositiveIntegerOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsNotationOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsPositiveIntegerOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsQNameOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsShortOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsStringOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsTimeOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsUnsignedByteOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsUnsignedIntOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsUnsignedLongOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsUnsignedShortOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsUntypedAtomicOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableAsYMDurationOperation.class - [JAR]

├─ org.apache.vxquery.runtime.functions.castable.CastableScalarEvaluatorFactory.class - [JAR]

org.apache.vxquery.xmlquery.ast

├─ org.apache.vxquery.xmlquery.ast.ASTNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ASTTag.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.AnyNodeTestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.AtomicTypeNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.AttributeTestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.AxisStepNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.BaseUriDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.BoundarySpaceDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.CDataSectionNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.CaseClauseNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.CommentTestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ComputedAttributeConstructorNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ComputedCommentConstructorNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ComputedDocumentConstructorNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ComputedElementConstructorNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ComputedPIConstructorNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ComputedTextConstructorNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ConstructionDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ContentCharsNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ContextItemExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.CopyNamespacesDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.DQuotedAttributeContentNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.DefaultCollationDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.DefaultElementNamespaceDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.DefaultFunctionNamespaceDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.DirectAttributeConstructorNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.DirectCommentConstructorNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.DirectElementConstructorNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.DirectPIConstructorNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.DocumentTestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ElementTestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.EmptyOrderDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.EmptySequenceTypeNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.EnclosedExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ExtensionExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.FLWORClauseNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.FLWORExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.FTOptionDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.FilterExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ForClauseNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ForVarDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.FunctionDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.FunctionExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.IfExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.InfixExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ItemTestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ItemTypeNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.LetClauseNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.LetVarDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.LibraryModuleNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.LiteralNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.MainModuleNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ModuleDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ModuleImportNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ModuleNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.NCNameNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.NameTestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.NamespaceDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.OptionDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.OrderSpecNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.OrderbyClauseNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.OrderedExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.OrderingModeDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.PITestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ParamNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ParenthesizedExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.PathExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.PragmaNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.PrologNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.QNameNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.QuantifiedExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.QuantifiedVarDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.QueryBodyNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.RelativePathExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.SQuotedAttributeContentNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.SchemaAttributeTestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.SchemaElementTestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.SchemaImportNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.SequenceTypeNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.SingleTypeNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.TextTestNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.TextualNodeContentNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.TypeDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.TypeExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.TypeswitchExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.UnaryExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.UnorderedExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.ValidateExprNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.VarDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.VarRefNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.VersionDeclNode.class - [JAR]

├─ org.apache.vxquery.xmlquery.ast.WhereClauseNode.class - [JAR]