FastInfoset.NET Class Reference for Mono
AddElementName Method (Vocabulary)






The prefix of an element namespace.
The local name of the element.
The namespace URI of the element qualified name.
Adds the element qualified name to the vocabulary.
Syntax
'Declaration
 
Public MustOverride Sub AddElementName( _
   ByVal prefix As System.String, _
   ByVal name As System.String, _
   ByVal namespaceUri As System.String _
) 
'Usage
 
Dim instance As Vocabulary
Dim prefix As System.String
Dim name As System.String
Dim namespaceUri As System.String
 
instance.AddElementName(prefix, name, namespaceUri)
public abstract void AddElementName( 
   System.string prefix,
   System.string name,
   System.string namespaceUri
)
public procedure AddElementName( 
    prefix: System.String;
    name: System.String;
    namespaceUri: System.String
); abstract; 
public __abstract function AddElementName( 
   prefix : System.String,
   name : System.String,
   namespaceUri : System.String
);
public: abstract void AddElementName( 
   System.string* prefix,
   System.string* name,
   System.string* namespaceUri
) 
public:
abstract void AddElementName( 
   System.String^ prefix,
   System.String^ name,
   System.String^ namespaceUri
) 

Parameters

prefix
The prefix of an element namespace.
name
The local name of the element.
namespaceUri
The namespace URI of the element qualified name.
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

Vocabulary Class
Vocabulary Members

Send Feedback