Windward Studios API Reference
XmlDataSourceImpl Constructor(Stream,Boolean)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > XmlDataSourceImpl Class > XmlDataSourceImpl Constructor : XmlDataSourceImpl Constructor(Stream,Boolean)




xmlData
A well formed xml data file.
preserveWhitespace
true if whitespace is to be preserved. This will mean a slightly slower process.

Glossary Item Box

Create a DataSourceProvider that uses an xml stream as the data.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xmlData As Stream, _
   ByVal preserveWhitespace As Boolean _
)
Visual Basic (Usage)Copy Code
Dim xmlData As Stream
Dim preserveWhitespace As Boolean
 
Dim instance As New XmlDataSourceImpl(xmlData, preserveWhitespace)
C# 
public XmlDataSourceImpl( 
   Stream xmlData,
   bool preserveWhitespace
)
Managed Extensions for C++ 
public: XmlDataSourceImpl( 
   Stream* xmlData,
   bool preserveWhitespace
)
C++/CLI 
public:
XmlDataSourceImpl( 
   Stream^ xmlData,
   bool preserveWhitespace
)

Parameters

xmlData
A well formed xml data file.
preserveWhitespace
true if whitespace is to be preserved. This will mean a slightly slower process.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software