FastInfoset.NET Class Reference for Mono
WriteElementData(String,String,Int32) Method






The local name of the element.
The namespace URI of the element.
The value of the element.
Encodes a 32-bit signed integer using Fast Infoset's binary encoding and writes the result as a complete element content.
Syntax
'Declaration
 
<System.ObsoleteAttribute()>
Public Overloads Sub WriteElementData( _
   ByVal localName As System.String, _
   ByVal ns As System.String, _
   ByVal value As System.Integer _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim localName As System.String
Dim ns As System.String
Dim value As System.Integer
 
instance.WriteElementData(localName, ns, value)
[System.Obsolete()]
public void WriteElementData( 
   System.string localName,
   System.string ns,
   System.int value
)
public procedure WriteElementData( 
    localName: System.String;
    ns: System.String;
    value: System.Integer
); 
System.ObsoleteAttribute()
public function WriteElementData( 
   localName : System.String,
   ns : System.String,
   value : System.int
);
[System.Obsolete()]
public: void WriteElementData( 
   System.string* localName,
   System.string* ns,
   System.int value
) 
[System.Obsolete()]
public:
void WriteElementData( 
   System.String^ localName,
   System.String^ ns,
   System.int value
) 

Parameters

localName
The local name of the element.
ns
The namespace URI of the element.
value
The value of the element.
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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List

Send Feedback