java.lang.Object
dev.metaschema.core.metapath.MetapathConstants
Provides constant values for use in Metapath.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe namespace URI for Metapath data types and built-in casting functions, as a string.static final StringThe namespace URI for Metapath built-in functions, as a string.static final StringThe namespace URI for Metapath array-related built-in functions, as a string.static final StringThe namespace URI for Metapath extension built-in functions, as a string.static final StringThe namespace URI for Metapath map-related built-in functions, as a string.static final StringThe namespace URI for Metapath math-related built-in functions, as a string.static final StringThe namespace prefix for Metapath data types and built-in casting functions.static final StringThe namespace prefix for Metapath built-in functions.static final StringThe namespace prefix for Metapath array-related built-in functions.static final StringThe namespace prefix for Metapath map-related built-in functions.static final StringThe namespace prefix for Metapath math-related built-in functions.static final IDateItemA reference date value for use in date/time related calculations.static final IDateTimeItemA reference date/time value for use in date/time related calculations. -
Method Summary
-
Field Details
-
NS_METAPATH
The namespace URI for Metapath data types and built-in casting functions, as a string.- See Also:
-
NS_METAPATH_FUNCTIONS
The namespace URI for Metapath built-in functions, as a string. -
NS_METAPATH_FUNCTIONS_MATH
The namespace URI for Metapath math-related built-in functions, as a string. -
NS_METAPATH_FUNCTIONS_ARRAY
The namespace URI for Metapath array-related built-in functions, as a string. -
NS_METAPATH_FUNCTIONS_MAP
The namespace URI for Metapath map-related built-in functions, as a string. -
NS_METAPATH_FUNCTIONS_EXTENDED
The namespace URI for Metapath extension built-in functions, as a string.This is currently an alias for
NS_METAPATH_FUNCTIONSand can be used when implementing custom extension functions to distinguish them from core functions.- See Also:
-
PREFIX_METAPATH
The namespace prefix for Metapath data types and built-in casting functions. -
PREFIX_METAPATH_FUNCTIONS
The namespace prefix for Metapath built-in functions. -
PREFIX_METAPATH_FUNCTIONS_MATH
The namespace prefix for Metapath math-related built-in functions. -
PREFIX_METAPATH_FUNCTIONS_ARRAY
The namespace prefix for Metapath array-related built-in functions. -
PREFIX_METAPATH_FUNCTIONS_MAP
The namespace prefix for Metapath map-related built-in functions. -
REFERENCE_DATE_TIME
A reference date/time value for use in date/time related calculations. -
REFERENCE_DATE_ITEM
A reference date value for use in date/time related calculations.
-