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




An XmlReaderResult can be used to read XML result data from a to-XML Converter.

Syntax

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

Remarks

This is useful when building a pipeline where one element of the pipeline will be reading XML result data from a Converter object. The caller creates an empty XmlReaderResult using the default constructor. The caller starts the conversion by calling the method: Convert. After the call, the XmlReaderResult object will contain an XmlReader object. The caller uses the XmlReader property to get the XmlReader. The caller then reads XML data from the XmlReader, and closes it.

Inheritance Hierarchy

System.Object
   DDTek.XmlConverter.Result
      DDTek.XmlConverter.XmlReaderResult

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.