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




source
A Source object which specifies the source of non-XML data.
Get an XmlReader to read the converted data.

Syntax

Visual Basic (Declaration) 
Function GetXmlReader( _
   ByVal source As Source _
) As XmlReader
Visual Basic (Usage)Copy Code
Dim instance As ConvertToXml
Dim source As Source
Dim value As XmlReader
 
value = instance.GetXmlReader(source)
C# 
XmlReader GetXmlReader( 
   Source source
)
Managed Extensions for C++ 
XmlReader* GetXmlReader( 
   Source* source
) 
C++/CLI 
XmlReader^ GetXmlReader( 
   Source^ source
) 

Parameters

source
A Source object which specifies the source of non-XML data.

Return Value

An XmlReader to read the converted data.

Remarks

This method starts the conversion, but does not actually convert the data. Instead, it returns an XmlReader to the application. The data will be converted, in streaming fashion, as needed by the application.

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.