FastInfoset.NET Class Reference for .NET
ProvideVocabulary Method (IVocabularyProvider)






The URI to resolve.
The reader to which vocabulary will be provided.
Resolves the vocabulary URI and, if found, calls the Vocabulary method of the specified reader instance.
Syntax
'Declaration
 
Sub ProvideVocabulary( _
   ByVal uri As System.String, _
   ByVal reader As XmlFastInfosetReader _
) 
'Usage
 
Dim instance As IVocabularyProvider
Dim uri As System.String
Dim reader As XmlFastInfosetReader
 
instance.ProvideVocabulary(uri, reader)
void ProvideVocabulary( 
   System.string uri,
   XmlFastInfosetReader reader
)
procedure ProvideVocabulary( 
    uri: System.String;
    reader: XmlFastInfosetReader
); 
function ProvideVocabulary( 
   uri : System.String,
   reader : XmlFastInfosetReader
);
void ProvideVocabulary( 
   System.string* uri,
   XmlFastInfosetReader* reader
) 
void ProvideVocabulary( 
   System.String^ uri,
   XmlFastInfosetReader^ reader
) 

Parameters

uri
The URI to resolve.
reader
The reader to which vocabulary will be provided.
Remarks
The XmlFastInfosetReader calls this method when an external vocabulary URI is encountered within a document. The implementation of the IVocabularyProvider must resolve the vocabulary URI and, if found, call the Vocabulary method of the specified reader instance.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IVocabularyProvider Interface
IVocabularyProvider Members

Send Feedback