Noemax FastInfoset.NET
AddAttributeName Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > OptimizedVocabulary Class : AddAttributeName Method






prefix
The prefix of the attribute namespace.
name
The local of the attribute.
namespaceUri
The namespace of the attribute.
Adds the attribute qualified name into the vocabulary.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub AddAttributeName( _
   ByVal prefix As String, _
   ByVal name As String, _
   ByVal namespaceUri As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As OptimizedVocabulary
Dim prefix As String
Dim name As String
Dim namespaceUri As String
 
instance.AddAttributeName(prefix, name, namespaceUri)
C# 
public override void AddAttributeName( 
   string prefix,
   string name,
   string namespaceUri
)
Delphi 
public procedure AddAttributeName( 
    prefix: String;
    name: String;
    namespaceUri: String
); override; 
JScript 
public override function AddAttributeName( 
   prefix : String,
   name : String,
   namespaceUri : String
);
Managed Extensions for C++ 
public: void AddAttributeName( 
   string* prefix,
   string* name,
   string* namespaceUri
) override 
C++/CLI 
public:
void AddAttributeName( 
   String^ prefix,
   String^ name,
   String^ namespaceUri
) override 

Parameters

prefix
The prefix of the attribute namespace.
name
The local of the attribute.
namespaceUri
The namespace of the attribute.

See Also