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




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

Glossary Item Box

Create a datasource provider from the passed in stream.

Syntax

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

Parameters

xmlData
A well formed xml data file.
xmlSchema
A well formed schema document for the 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