| Overload | Description |
|---|---|
| XPathDataSource Constructor(String,String) | Create a XPathDataSource using the passed in connection strings. The schema connection string can be null. |
| XPathDataSource Constructor(XPathNavigator) | Create a DataSourceProvider that uses an XPathNavigator as the data. |
| XPathDataSource Constructor(XPathDocument) | Create a DataSourceProvider that uses an XPathDocument as the data source. |
| XPathDataSource Constructor(XmlNode,Boolean) | Create a DataSourceProvider that uses an XmlNode DOM as it's datasource. This can be XmlDocument.DocumentElement. |
| XPathDataSource Constructor(Stream,Stream,Boolean) | Create a datasource provider from the passed in stream. |
| XPathDataSource Constructor(XmlReader,Boolean) | Create a datasource provider from the passed in reader. |
| XPathDataSource Constructor(Stream,Boolean) | Create a DataSourceProvider that uses an xml stream as the data. |
| XPathDataSource Constructor(String,ICredentials) | Create a DataSourceProvider that uses a url and credentials for the data. Uses XmlUrlResolver and XmlReader to read the file. |
| XPathDataSource Constructor(String,Boolean) | 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. |
| XPathDataSource Constructor(InputStream,Boolean) | Create a DataSourceProvider that uses a java InputStream as the data. |
Requirements
Platforms: Windows 10, Windows NT, Windows Server