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,CONNECT_MODE,String,String) | Open the xml datasource from a url using the mode specified by the credentials mode. Use for http, https, ftp, etc. only. |
XmlDataSourceImpl Constructor(String,CONNECT_MODE,String,String,String,CONNECT_MODE,String,String) | Open the xml datasource from a url using the mode specified by the credentials mode. Use for http, https, ftp, etc. only. |
XmlDataSourceImpl Constructor(String,ICredentials) | Create a DataSourceProvider that uses a url and credentials for 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family