DataDirect XML Converters 5.0 Send comments on this topic.
GetXmlWriter Method
See Also 
DDTek.XmlConverter Namespace > ConvertFromXml Interface : GetXmlWriter Method




result
A Result which identifies where the converted data should be written.
Get an XmlWriter which can receive XML data to be converted to non-XML format.

Syntax

Visual Basic (Declaration) 
Function GetXmlWriter( _
   ByVal result As Result _
) As XmlWriter
Visual Basic (Usage)Copy Code
Dim instance As ConvertFromXml
Dim result As Result
Dim value As XmlWriter
 
value = instance.GetXmlWriter(result)
C# 
XmlWriter GetXmlWriter( 
   Result result
)
Managed Extensions for C++ 
XmlWriter* GetXmlWriter( 
   Result* result
) 
C++/CLI 
XmlWriter^ GetXmlWriter( 
   Result^ result
) 

Parameters

result
A Result which identifies where the converted data should be written.

Return Value

An XMLStreamWriter which can receive XML data.

Remarks

This method returns an XmlWriter to the application. The application can then write XML data to the various methods of the XmlWriter object. The data will be converted to non-XML format and written to the Result object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.