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




xmlData
Well formed xml in a string.
preserveWhitespace
true if whitespace is to be preserved. This will mean a slightly slower process.

Glossary Item Box

Create a DataSourceProvider that uses the passed in String as the xml. This is not a filename, this is the actual xml to be queried.

Syntax

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

Parameters

xmlData
Well formed xml in a string.
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