| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal xmlData As XmlReader, _ ByVal preserveWhitespace As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim xmlData As XmlReader Dim preserveWhitespace As Boolean Dim instance As New XmlDataSourceImpl(xmlData, preserveWhitespace) | |
| C# | |
|---|---|
public XmlDataSourceImpl( XmlReader xmlData, bool preserveWhitespace ) | |
| Managed Extensions for C++ | |
|---|---|
public: XmlDataSourceImpl( XmlReader* xmlData, bool preserveWhitespace ) | |
| C++/CLI | |
|---|---|
public: XmlDataSourceImpl( XmlReader^ 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family