ICollectionTypeResolver.ResolveCollectionType MethodICollectionTypeResolver.ResolveCollectionType MethodICollectionTypeResolver::ResolveCollectionType Method

Resolves a URI to the type of the document represented at that URI.

Syntax

Function ResolveCollectionType( _
    uri As AnyUri, _
    inputSettings As InputSettings _
) As XdmType
XdmType ResolveCollectionType(
    AnyUri uri,
    InputSettings inputSettings
)
XdmType^ ResolveCollectionType(
    AnyUri^ uri, 
    InputSettings^ inputSettings
)
 

Parameters

uri

Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^

The absolute URI of the document to resolve, or null a null reference (Nothing in Visual Basic) nullptr to resolve the default collection type.

inputSettings

Type: XmlPrime.InputSettingsXmlPrime.InputSettingsXmlPrime::InputSettings^

The filters to be applied to the source documents.

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the type of the document at the specified URI, or null a null reference (Nothing in Visual Basic) nullptr if the URI is not handled, or the type is not known.