|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.ipsixq.api.XQIDriver
public class XQIDriver
Implementation of an XQuery Driver for XQI.
Driver
Constructor Summary | |
---|---|
XQIDriver()
Deprecated. |
Method Summary | |
---|---|
boolean |
acceptsURL(java.lang.String url)
Deprecated. This driver accepts every url. |
Connection |
connect(java.lang.String url,
java.util.Properties prop)
Deprecated. Creates a new Connection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQIDriver()
Method Detail |
---|
public boolean acceptsURL(java.lang.String url)
acceptsURL
in interface Driver
url
- the URL to check
public Connection connect(java.lang.String url, java.util.Properties prop) throws XQueryException
connect
in interface Driver
url
- the url where to find the XML dataprop
- additional properties for the connectionXQIConnection
XQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |