Noemax FastInfoset.NET
Vocabulary Class
Members  See Also  Send Feedback
Noemax.FastInfoset Namespace : Vocabulary Class






Provides the base implementation for Fast Infoset vocabularies.

Object Model

Vocabulary Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class Vocabulary 
Visual Basic (Usage)Copy Code
Dim instance As Vocabulary
C# 
public abstract class Vocabulary 
Delphi 
public class Vocabulary abstract; 
JScript 
public abstract class Vocabulary 
Managed Extensions for C++ 
public __gc abstract class Vocabulary 
C++/CLI 
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

See Also