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




source
See the source parameter of the Convert method.
result
See the result parameter of the Convert method.

The following result classes are supported:

Test whether a conversion would succeed and create an XML document which contains the results of the test.

Syntax

Visual Basic (Declaration) 
Function Analyze( _
   ByVal source As Source, _
   ByVal result As Result _
) As Conversion
Visual Basic (Usage)Copy Code
Dim instance As Converter
Dim source As Source
Dim result As Result
Dim value As Conversion
 
value = instance.Analyze(source, result)
C# 
Conversion Analyze( 
   Source source,
   Result result
)
Managed Extensions for C++ 
Conversion* Analyze( 
   Source* source,
   Result* result
) 
C++/CLI 
Conversion^ Analyze( 
   Source^ source,
   Result^ result
) 

Parameters

source
See the source parameter of the Convert method.
result
See the result parameter of the Convert method.

The following result classes are supported:

Remarks

It is important to note that after this method returns, the analyze might not yet be complete, however it is safe to immediately reuse the same Converter object.

The result document is an XML file containing a list of all the interchanges, groups, and messages in the input document. It indicates which could be successfully converted, and identifies the errors for those which could not.

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.