FastInfoset.NET Class Reference for Mono
AddNamespace Method (ReaderVocabulary)






The namespace URI.
Adds the namespace URI to the vocabulary.
Syntax
'Declaration
 
Public Overrides Sub AddNamespace( _
   ByVal namespaceUri As System.String _
) 
'Usage
 
Dim instance As ReaderVocabulary
Dim namespaceUri As System.String
 
instance.AddNamespace(namespaceUri)
public override void AddNamespace( 
   System.string namespaceUri
)
public procedure AddNamespace( 
    namespaceUri: System.String
); override; 
public override function AddNamespace( 
   namespaceUri : System.String
);
public: void AddNamespace( 
   System.string* namespaceUri
) override 
public:
void AddNamespace( 
   System.String^ namespaceUri
) override 

Parameters

namespaceUri
The namespace URI.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReaderVocabulary Class
ReaderVocabulary Members
Base Implementation in AddNamespace

Send Feedback