Uses of Interface
dev.metaschema.core.metapath.IDocumentLoader
Packages that use IDocumentLoader
Package
Description
Provides the core Metapath expression language implementation.
-
Uses of IDocumentLoader in dev.metaschema.core.metapath
Methods in dev.metaschema.core.metapath that return IDocumentLoaderModifier and TypeMethodDescriptionDynamicContext.getDocumentLoader()Get the document loader assigned to this dynamic context.Methods in dev.metaschema.core.metapath with parameters of type IDocumentLoaderModifier and TypeMethodDescriptionvoidDynamicContext.setDocumentLoader(IDocumentLoader documentLoader) Assign a document loader to this dynamic context.