Uses of Interface
dev.metaschema.core.metapath.IDocumentLoader
Packages that use IDocumentLoader
Package
Description
Provides the core Metapath expression language implementation.
Provides core functionality for reading and writing Metaschema instance data
to and from bound Java objects.
-
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. -
Uses of IDocumentLoader in dev.metaschema.databind.io
Subinterfaces of IDocumentLoader in dev.metaschema.databind.ioModifier and TypeInterfaceDescriptioninterfaceA common interface for loading Module based instance resources.Classes in dev.metaschema.databind.io that implement IDocumentLoader