| Overload | Description | 
|---|---|
| XmlDataSourceImpl Constructor(String,String) | Create a SaxonDataSource using the passed in connection string. | 
| XmlDataSourceImpl Constructor(XPathNavigator) | Create a DataSourceProvider that uses an XPathNavigator as the data. All other constructors call this constructor. | 
| XmlDataSourceImpl Constructor(XPathDocument) | Create a DataSourceProvider that uses an XPathDocument as the data source. | 
| XmlDataSourceImpl Constructor(XmlNode,Boolean) | Create a DataSourceProvider that uses an XmlNode DOM as it's datasource. This can be XlmDocument.DocumentElement. | 
| XmlDataSourceImpl Constructor(Stream,Stream,Boolean) | Create a datasource provider from the passed in stream. | 
| XmlDataSourceImpl Constructor(XmlReader,Boolean) | Create a datasource provider from the passed in readers. | 
| XmlDataSourceImpl Constructor(Stream,Boolean) | Create a DataSourceProvider that uses an xml stream as the data. | 
| XmlDataSourceImpl 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. | 
Requirements
Platforms: Windows 10, Windows NT, Windows Server