SharedDocumentSet.ResolvedDocument MethodSharedDocumentSet.ResolvedDocument MethodSharedDocumentSet::ResolvedDocument Method
Returns an IXPathNavigableIXPathNavigableIXPathNavigable instance representing the document retrieved from the specified URI.
Syntax
Public Overrides Function ResolvedDocument( _ uri As AnyUri _ ) As IResolvedDocument
public override IResolvedDocument ResolvedDocument( AnyUri uri )
public: virtual IResolvedDocument^ ResolvedDocument( AnyUri^ uri ) override
Parameters
- uri
Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^
The URI of the document to be retrieved.
Return Value
Type: XmlPrime.IResolvedDocumentXmlPrime.IResolvedDocumentXmlPrime::IResolvedDocument^
An instance representing the document, or null
a null reference (Nothing in Visual Basic)
nullptr if the URI
was not handled.
Exceptions
| Exception | Condition |
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException | uri is null
a null reference (Nothing in Visual Basic)
nullptr. |
| ArgumentExceptionArgumentExceptionArgumentException | uri is not an absolute URI. |
| XdmExceptionXdmExceptionXdmException | An error occurred during a previous attempt to retrieve the document. |
| ExceptionExceptionException | An error occurred retrieving the document. |
