Uses of Interface
dev.metaschema.core.model.IUriResolver
Packages that use IUriResolver
Package
Description
Provides the core Metapath expression language implementation.
Core Metaschema model interfaces and implementations.
-
Uses of IUriResolver in dev.metaschema.core.metapath
Methods in dev.metaschema.core.metapath with parameters of type IUriResolverModifier and TypeMethodDescriptionvoidIDocumentLoader.setUriResolver(IUriResolver resolver) Allows setting anIUriResolver, which will be used to map URIs prior to loading the resource. -
Uses of IUriResolver in dev.metaschema.core.model
Methods in dev.metaschema.core.model that return IUriResolverModifier and TypeMethodDescriptionAbstractResourceResolver.getUriResolver()default IUriResolverIResourceResolver.getUriResolver()Get the entity resolver associated with this loader.Methods in dev.metaschema.core.model with parameters of type IUriResolverModifier and TypeMethodDescriptionvoidAbstractResourceResolver.setUriResolver(IUriResolver uriResolver) Set the URI resolver for this resource resolver.