Windward Engine API Reference
XPathDataSource Constructor
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > XPathDataSource Class : XPathDataSource Constructor




Glossary Item Box

Overload List

OverloadDescription
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,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.  
XPathDataSource 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.  
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.