| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal xmlData As java.io.InputStream, _ ByVal preserveWhitespace As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim xmlData As java.io.InputStream Dim preserveWhitespace As Boolean Dim instance As New XPathDataSource(xmlData, preserveWhitespace) | |
| C# | |
|---|---|
public XPathDataSource( java.io.InputStream xmlData, bool preserveWhitespace ) | |
| Managed Extensions for C++ | |
|---|---|
public: XPathDataSource( java.io.InputStream* xmlData, bool preserveWhitespace ) | |
| C++/CLI | |
|---|---|
public: XPathDataSource( java.io.InputStream^ 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 10, Windows NT, Windows Server