Uses of Interface
org.xquark.xml.xdbc.XMLDriver

Packages that use XMLDriver
org.xquark.extractor   
org.xquark.xml.xdbc   
 

Uses of XMLDriver in org.xquark.extractor
 

Classes in org.xquark.extractor that implement XMLDriver
 class ExtractorDriver
           
 

Uses of XMLDriver in org.xquark.xml.xdbc
 

Methods in org.xquark.xml.xdbc that return XMLDriver
static XMLDriver XMLDriverManager.getDriver(java.lang.String uri)
          Attempts to locate a driver that understands the given URI.
 

Methods in org.xquark.xml.xdbc with parameters of type XMLDriver
static void XMLDriverManager.registerDriver(XMLDriver driver)
          Adds the given driver in the driver manager list.
static void XMLDriverManager.deregisterDriver(XMLDriver driver)
          Removes the specified driver from the driver manager list.
 



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