Uses of Class
dev.metaschema.core.metapath.StaticContext.Builder
Packages that use StaticContext.Builder
Package
Description
Provides the core Metapath expression language implementation.
-
Uses of StaticContext.Builder in dev.metaschema.core.metapath
Methods in dev.metaschema.core.metapath that return StaticContext.BuilderModifier and TypeMethodDescriptionSets the static base URI to use in resolving URIs handled by the Metapath processor, when a document base URI is not available.static StaticContext.BuilderStaticContext.builder()Create a new static context builder that allows for fine-grained adjustments when creating a new static context.StaticContext.buildFrom()Get a new static context builder that is pre-populated with the setting of this static context.StaticContext.Builder.defaultFunctionNamespace(String uri) A convenience method fordefaultFunctionNamespace(URI).StaticContext.Builder.defaultFunctionNamespace(URI namespace) Defines the default namespace to use for assembly, field, or flag references that have no namespace prefix.StaticContext.Builder.defaultLanguage(String language) Defines the default language to be used by functions like fn:lang() when processing language-sensitive operations.StaticContext.Builder.defaultModelNamespace(String uri) A convenience method fordefaultModelNamespace(URI).StaticContext.Builder.defaultModelNamespace(URI namespace) Defines the default namespace to use for assembly, field, or flag references that have no namespace prefix.StaticContext.Builder.functionResolver(IFunctionResolver resolver) Set the function resolver used to lookup function implementations.A convenience method fornamespace(String, URI).Adds a new prefix to namespace URI binding to the mapping of statically known namespaces.StaticContext.Builder.useWildcardWhenNamespaceNotDefaulted(boolean value) Set the name matching behavior for when a model node has no namespace.