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




An XmlWriterResult can be used to accept XML result data from a to-XML Converter.

Syntax

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

Remarks

The XmlWriterResult should contain an XmlWriter. The converted data will be written to the XmlWriter but the XmlWriter will not be closed.

Inheritance Hierarchy

System.Object
   DDTek.XmlConverter.Result
      DDTek.XmlConverter.XmlWriterResult

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.