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 (Usage) | Copy Code |
---|
Dim xmlData As String
Dim preserveWhitespace As Boolean
Dim instance As New XmlDataSourceImpl(xmlData, 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