ICollationResolver InterfaceICollationResolver InterfaceICollationResolver Interface

An interface used to resolve collations.

Syntax

Public Interface ICollationResolver
public interface ICollationResolver
public:
interface class ICollationResolver
 
The ICollationResolverICollationResolverICollationResolver type exposes the following members.

Methods

 MethodDescription
Public methodResolveCollationResolveCollationResolveCollation When implemented, maps a collation URI to a CollationCollationCollation instance.

Top

Remarks

The collation resolver is used to resolve collation URIs specified in an XQuery program, XPath expression or XSL transformation.

The CollationResolverCollationResolverCollationResolver property on the StaticContextSettingsStaticContextSettingsStaticContextSettings class specifies the ICollationResolverICollationResolverICollationResolver to use.