de.fraunhofer.ipsi.xquery.api
Interface Driver

All Known Implementing Classes:
XQIDriver

Deprecated.

public interface Driver


Method Summary
 boolean acceptsURL(java.lang.String url)
          Deprecated. Method acceptsURL
 Connection connect(java.lang.String url, java.util.Properties prop)
          Deprecated. Creates a new Connection.
 

Method Detail

acceptsURL

boolean acceptsURL(java.lang.String url)
Deprecated. 
Method acceptsURL

Parameters:
url - a String
Returns:
a boolean

connect

Connection connect(java.lang.String url,
                   java.util.Properties prop)
                   throws XQueryException
Deprecated. 
Creates a new Connection.

Parameters:
url - the url where to find the XML data
prop - additional properties for the connectionConnection
Returns:
a new Connection
Throws:
XQueryException