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


The following tables list the members exposed by VocabularyWriter.

Public Constructors

 NameDescription
public ConstructorVocabularyWriter Constructor Creates a new instance of VocabualryWriter.  
Top

Public Properties

 NameDescription
public PropertySettings (Inherited from System.Xml.XmlWriter)
public PropertyWriteStateOverridden.  Reports the state of the writer.  
public PropertyXmlLang (Inherited from System.Xml.XmlWriter)
public PropertyXmlSpace (Inherited from System.Xml.XmlWriter)
Top

Public Methods

 NameDescription
public MethodCloseOverridden.  Finalizes writting into vocabulary and closes the VocabularyWriter.  
public MethodFlushOverridden.  Flushes data into vocabulary.  
public MethodLookupPrefixOverridden.  Resolves the namespace URI string into corresponding namespace prefix.  
public MethodWriteAttributes (Inherited from System.Xml.XmlWriter)
public MethodWriteAttributeStringOverloaded.  (Inherited from System.Xml.XmlWriter)
public MethodWriteBase64Overridden.  This method does not add anything to the vocabulary.  
public MethodWriteBinHex (Inherited from System.Xml.XmlWriter)
public MethodWriteCDataOverridden.  Adds the CDATA string to the vocabulary content strings table.  
public MethodWriteCharEntityOverridden.  This method does not add anything to the vocabulary.  
public MethodWriteCharsOverridden.  Adds the string of characters to the vocabulary content string table.  
public MethodWriteCommentOverridden.  This method does not add anything to the vocabulary.  
public MethodWriteDocTypeOverridden.  This method does not add anything to the vocabulary.  
public MethodWriteElementStringOverloaded.  (Inherited from System.Xml.XmlWriter)
public MethodWriteEndAttributeOverridden.  Adds the attribute value to the vocabulary attribute value strings table.  
public MethodWriteEndDocumentOverridden.  This method does not add anything to the vocabulary.  
public MethodWriteEndElementOverridden.  This method does not add anything to the vocabulary.  
public MethodWriteEntityRefOverridden.  This method does not add anything to the vocabulary.  
public MethodWriteFullEndElementOverridden.  This method does not add anything to the vocabulary.  
public MethodWriteName (Inherited from System.Xml.XmlWriter)
public MethodWriteNmToken (Inherited from System.Xml.XmlWriter)
public MethodWriteNodeOverloaded.  (Inherited from System.Xml.XmlWriter)
public MethodWriteProcessingInstructionOverridden.  This method does not add anything to the vocabulary.  
public MethodWriteQualifiedName (Inherited from System.Xml.XmlWriter)
public MethodWriteRawOverloaded. Overridden.  Adds the string the vocabulary content string table.  
public MethodWriteStartAttributeOverloaded. Overridden.  Adds the qualified name of an attribute into the vocabulary.  
public MethodWriteStartDocumentOverloaded. Overridden.  This method does not add anything to the vocabulary.  
public MethodWriteStartElementOverloaded. Overridden.  This method does not add anything to the vocabulary.  
public MethodWriteStringOverridden.  Adds the string to the vocabulary content string table.  
public MethodWriteSurrogateCharEntityOverridden.  This method does not add anything to the vocabulary.  
public MethodWriteValueOverloaded.  (Inherited from System.Xml.XmlWriter)
public MethodWriteWhitespaceOverridden.  This method does not add anything to the vocabulary.  
Top

Protected Methods

 NameDescription
protected MethodDispose (Inherited from System.Xml.XmlWriter)
Top

See Also