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


The following tables list the members exposed by OptimizedVocabulary.

Public Constructors

 NameDescription
public ConstructorOptimizedVocabulary Constructor Creates a new instance of OptimizedVocabulary.  
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)
Top

Public Methods

 NameDescription
public MethodAddAttributeNameOverridden.  Adds the attribute qualified name into the vocabulary.  
public MethodAddAttributeStringOverridden.  Adds the string into the vocabulary attribute string table.  
public MethodAddContentStringOverridden.  Adds the string into the vocabulary content string table.  
public MethodAddElementNameOverridden.  Adds the element qualified name into the vocabulary.  
public MethodAddLocalNameOverridden.  Add the local name into the vocabulary.  
public MethodAddNamespaceOverridden.  Adds the namespace URI into the vocabulary.  
public MethodAddPrefixOverridden.  Add the prefix into the vocabulary.  
public MethodCreateWriterVocabulary Creates a new WriterVocabulary using optimized string tables of this vocabulary.  
Top

See Also