IDocumentResolver InterfaceIDocumentResolver InterfaceIDocumentResolver Interface
An interface used to resolve external documents.
The IDocumentResolverIDocumentResolverIDocumentResolver
type exposes the following members.
Methods
Method | Description | |
---|---|---|
![]() | ResolveDocumentResolveDocumentResolveDocument | Resolves a URI to a document. |
Remarks
The IDocumentResolverIDocumentResolverIDocumentResolver is used by the DocumentSetDocumentSetDocumentSet to resolve documents for
the fn:doc
, fn:doc-available
and fn:document
functions.
The IDocumentResolverIDocumentResolverIDocumentResolver is specified as part of the DocumentSetDocumentSetDocumentSet set using the DocumentSetDocumentSetDocumentSet property.
In conjunction with the DocumentSetDocumentSetDocumentSet, this defines the available documents component of the dynamic context.