Windward Engine API Reference
XPathDataSource Constructor(Stream,Stream,Boolean)
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > XPathDataSource Class > XPathDataSource Constructor : XPathDataSource Constructor(Stream,Stream,Boolean)




xmlData
A well formed xml data file.
schemaStream
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 schemaStream As Stream, _
   ByVal preserveWhitespace As Boolean _
)
Visual Basic (Usage)Copy Code
Dim xmlData As Stream
Dim schemaStream As Stream
Dim preserveWhitespace As Boolean
 
Dim instance As New XPathDataSource(xmlData, schemaStream, preserveWhitespace)
C# 
public XPathDataSource( 
   Stream xmlData,
   Stream schemaStream,
   bool preserveWhitespace
)
Managed Extensions for C++ 
public: XPathDataSource( 
   Stream* xmlData,
   Stream* schemaStream,
   bool preserveWhitespace
)
C++/CLI 
public:
XPathDataSource( 
   Stream^ xmlData,
   Stream^ schemaStream,
   bool preserveWhitespace
)

Parameters

xmlData
A well formed xml data file.
schemaStream
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.