IDocumentResolver InterfaceIDocumentResolver InterfaceIDocumentResolver Interface

An interface used to resolve external documents.

Syntax

Public Interface IDocumentResolver
public interface IDocumentResolver
public:
interface class IDocumentResolver
 
The IDocumentResolverIDocumentResolverIDocumentResolver type exposes the following members.

Methods

 MethodDescription
Public methodResolveDocumentResolveDocumentResolveDocument Resolves a URI to a document.

Top

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.