Uses of Class
dev.metaschema.core.metapath.MetapathEvaluationFeature
Packages that use MetapathEvaluationFeature
Package
Description
Provides the core Metapath expression language implementation.
-
Uses of MetapathEvaluationFeature in dev.metaschema.core.metapath
Fields in dev.metaschema.core.metapath declared as MetapathEvaluationFeatureModifier and TypeFieldDescriptionstatic final MetapathEvaluationFeature<Boolean>MetapathEvaluationFeature.METAPATH_ATOMIZE_NO_DATA_AS_EMPTYIf enabled, atomization of a node item that has no associated typed value (for example, a flag or field node reached while walking a module definition rather than an instance document) yields anullatomic value instead of raisingInvalidTypeFunctionExceptionwith codeInvalidTypeFunctionException.NODE_HAS_NO_TYPED_VALUE.static final MetapathEvaluationFeature<Boolean>MetapathEvaluationFeature.METAPATH_EVALUATE_PREDICATESIf enabled, evaluate predicates, otherwise skip evaluating them.Methods in dev.metaschema.core.metapath that return types with arguments of type MetapathEvaluationFeatureModifier and TypeMethodDescriptionDynamicContext.getConfiguration()Get the Metapath evaluation configuration.