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


The following tables list the members exposed by SchemaVocabulary.

Public Constructors

 NameDescription
public ConstructorSchemaVocabulary Constructor  
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 MethodCopyTo Copies all the tables of the current vocabulary into another Vocabulary.  
public MethodCreateReaderVocabularyOverloaded.  Creates a new ReadVocabulary from this SchemaVocabulary instance.  
public MethodCreateWriterVocabularyOverloaded.  Creates a new WriterVocabulary from this SchemaVocabulary instance.  
public Methodstatic (Shared in Visual Basic)FromSchemaSetOverloaded.  Generates a new SchemaVocabulary from the XSD schema set.  
Top

See Also