FastInfoset.NET Class Reference for .NET
Vocabulary Class
Members 






Provides the base implementation for Fast Infoset vocabularies.
Object Model
Vocabulary Class
Syntax
'Declaration
 
Public MustInherit Class Vocabulary 
'Usage
 
Dim instance As Vocabulary
public abstract class Vocabulary 
public class Vocabulary abstract; 
public abstract class Vocabulary 
public __gc abstract class Vocabulary 
public ref class Vocabulary abstract 
Remarks
The vocabulary is used by Fast Infoset to reduce redundancy and increase compactness. All occurrences of values added to the vocabulary are removed from the document and replaced by an index to the corresponding entry in the vocabulary.
Inheritance Hierarchy

System.Object
   Noemax.FastInfoset.Vocabulary
      Noemax.FastInfoset.OptimizedVocabulary
      Noemax.FastInfoset.ReaderVocabulary
      Noemax.FastInfoset.SchemaVocabulary
      Noemax.FastInfoset.WriterVocabulary

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

Vocabulary Members
Noemax.FastInfoset Namespace

Send Feedback