DataDirect XML Converters 5.0 Send comments on this topic.
XmlReaderSource Class
See Also  Members  
DDTek.XmlConverter Namespace : XmlReaderSource Class




An XmlReaderSource can be used to provide XML source data to a from-XML Converter.

Syntax

Visual Basic (Declaration) 
Public Class XmlReaderSource 
   Inherits Source
Visual Basic (Usage)Copy Code
Dim instance As XmlReaderSource
C# 
public class XmlReaderSource : Source 
Managed Extensions for C++ 
public __gc class XmlReaderSource : public Source 
C++/CLI 
public ref class XmlReaderSource : public Source 

Remarks

The XmlReaderSource should contain an XmlReader. If the XmlReader is positioned before the start of data, the the Converter will read all the data and leave the XmlReader in the EOF state. If the XmlReader is positioned on a node, the Converter will read the entire node and leave the XmlReader positioned on the following sibling node.

Inheritance Hierarchy

System.Object
   DDTek.XmlConverter.Source
      DDTek.XmlConverter.XmlReaderSource

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.