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


The following tables list the members exposed by WriterVocabulary.

Public Constructors

 NameDescription
public ConstructorWriterVocabulary Constructor Creates a new WriterVocabulary.  
Top

Public Properties

 NameDescription
public PropertyExternalVocabularyURI Specifies the URI to an external vocabulary. (Inherited from Noemax.FastInfoset.Vocabulary)
public PropertyHasExternalVocabulary Specifies whether this vocabulary is linked to an external vocabulary. (Inherited from Noemax.FastInfoset.Vocabulary)
public PropertyHasInitialVocabulary Specifies whether this vocabulary uses initial read-only vocabulary. (Inherited from Noemax.FastInfoset.Vocabulary)
public PropertyReadOnlyVocabulary Returns a read-only vocabulary used by this vocabulary.  
Top

Public Methods

 NameDescription
public MethodAddAttributeNameOverridden.  Adds the attribute qualified name to the vocabulary.  
public MethodAddAttributeStringOverridden.  Adds the string to the vocabulary attribute value string table.  
public MethodAddContentStringOverridden.  Adds the string to the vocabulary content string table.  
public MethodAddElementNameOverridden.  Adds the element qualified name to the vocabulary.  
public MethodAddLocalNameOverridden.  Adds the local name to the vocabulary.  
public MethodAddNamespaceOverridden.  Adds the namespace URI to the vocabulary.  
public MethodAddPrefixOverridden.  Adds the prefix to the vocabulary.  
public MethodClear Clears the vocabulary.  
public MethodSetExternalVocabulary Sets an external read-only vocabulary to be used by this vocabulary.  
public MethodSetInitialReadOnlyVocabularyOverloaded.  Sets an initial read-only vocabulary to be used by this vocabulary.  
public MethodSetReadOnlyVocabulary Sets a read-only vocabulary to be used by this vocabulary.  
Top

See Also