net.sf.saxon.javax.xml.xquery
Interface XQDataSource
- SaxonXQDataSource
public interface XQDataSource
XQJ interfaces reconstructed from version 0.5 documentation
getLogWriter
public PrintWriter getLogWriter()
getLoginTimeout
public int getLoginTimeout()
getProperty
public String getProperty(String name)
throws XQException
getSupportedPropertyNames
public String[] getSupportedPropertyNames()
setLogWriter
public void setLogWriter(PrintWriter out)
throws XQException
setLoginTimeout
public void setLoginTimeout(int seconds)
throws XQException
setProperties
public void setProperties(Properties props)
throws XQException
setProperty
public void setProperty(String name,
String value)
throws XQException