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






Provides methods and proterties to populate the Fast Infoset vocabulary by writing an XML document.

Object Model

VocabularyWriter Class

Syntax

Visual Basic (Declaration) 
Public Class VocabularyWriter 
   Inherits System.Xml.XmlWriter
Visual Basic (Usage)Copy Code
Dim instance As VocabularyWriter
C# 
public class VocabularyWriter : System.Xml.XmlWriter 
Delphi 
public class VocabularyWriter = class(System.Xml.XmlWriter)
JScript 
public class VocabularyWriter extends System.Xml.XmlWriter
Managed Extensions for C++ 
public __gc class VocabularyWriter : public System.Xml.XmlWriter 
C++/CLI 
public ref class VocabularyWriter : public System.Xml.XmlWriter 

Inheritance Hierarchy

System.Object
   System.Xml.XmlWriter
      Noemax.FastInfoset.VocabularyWriter

See Also