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






Provides a Fast Infoset vocabulary for use by XmlFastInfosetWriter.

Object Model

WriterVocabulary Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class WriterVocabulary 
   Inherits Vocabulary
Visual Basic (Usage)Copy Code
Dim instance As WriterVocabulary
C# 
public sealed class WriterVocabulary : Vocabulary 
Delphi 
public class WriterVocabulary = class(Vocabulary)sealed; 
JScript 
public sealed class WriterVocabulary extends Vocabulary
Managed Extensions for C++ 
public __gc __sealed class WriterVocabulary : public Vocabulary 
C++/CLI 
public ref class WriterVocabulary sealed : public Vocabulary 

Remarks

When values are indexed, they are added to the Fast Infoset vocabulary in order to reduce redundancy and increase compactness.

Inheritance Hierarchy

System.Object
   Noemax.FastInfoset.Vocabulary
      Noemax.FastInfoset.WriterVocabulary

See Also