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


The following tables list the members exposed by ReaderVocabulary.

Public Constructors

 NameDescription
public ConstructorReaderVocabulary ConstructorInitializes a new instance of ParserVocabulary.  
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 to the vocabulary.  
public MethodAddAttributeStringOverridden.  Adds the attribute value string.  
public MethodAddContentStringOverridden.  Adds the content string to the vocabulary.  
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 vocabulary tables.  
public MethodSetInitialVocabulary Sets the read-only initial vocabulary for this vocabulary.  
public MethodSetReferencedVocabulary Sets the read-only referenced vocabulary for this vocabulary.  
Top

See Also