Deprecated API

Deprecated Methods
org.xquark.xml.xdbc.XMLStatement.execute(String)
          Not useful since updates are not available. 
org.xquark.xml.xdbc.XMLStatement.execute(String, int)
          Not useful since updates are not available. 
org.xquark.xml.xdbc.XMLStatement.executeQuery(String, int)
          Distinction is no relevant anymore because XPath is now a subset of XQuery. 
org.xquark.xml.xdbc.XMLDocument.getAsDOM()
          New method name is XMLDocument.getAsDocument() 
org.xquark.bridge.XQBridge.getConnection()
          This method is linked to the deprecated constructor XQBridge.XQBridge(Connection, String). 
org.xquark.bridge.XQBridge.getMapping(InputSource)
          Prefer the string methods because they do not create a problem for resolving relative URIs in mapping file schemaLocation attribute. 
org.xquark.bridge.XQBridge.getMapping(InputSource, boolean)
          Prefer the string methods because they do not create a problem for resolving relative URIs in mapping file schemaLocation attribute. 
org.xquark.xml.xdbc.XMLResultSet.nextAsDOM()
          Prefer XMLResultSet.nextAsDocument() or XMLResultSet.nextAsDOM(Element) becuse a result may return multiple root nodes. 
 

Deprecated Constructors
org.xquark.extractor.Extractor(Connection)
          prevents the use of an external or internal data source. 
org.xquark.extractor.Extractor(Connection, String)
          prevents the use of an external or internal data source. 
org.xquark.extractor.Extractor(Connection, String, ClassLoader)
          prevents the use of an external or internal data source. 
org.xquark.bridge.XQBridge(Connection)
          prevents the use of an external or internal data source. 
org.xquark.bridge.XQBridge(Connection, String)
          prevents the use of an external or internal data source. 
 



Copyright © 2004 Université de Versailles Saint-Quentin, XQuark Group. All rights reserved.