Uses of Interface
uk.co.lakesidetech.springxmldb.dao.IXPathXMLDBDao

Packages that use IXPathXMLDBDao
uk.co.lakesidetech.springxmldb.dao   
uk.co.lakesidetech.springxmldb.spring   
 

Uses of IXPathXMLDBDao in uk.co.lakesidetech.springxmldb.dao
 

Classes in uk.co.lakesidetech.springxmldb.dao that implement IXPathXMLDBDao
 class BaseXPathXMLDBDao
          Implementation of IXPathXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api
 

Uses of IXPathXMLDBDao in uk.co.lakesidetech.springxmldb.spring
 

Methods in uk.co.lakesidetech.springxmldb.spring with parameters of type IXPathXMLDBDao
 void SimpleXMLDBFacade.setXpathDao(IXPathXMLDBDao xpathDao)
           
 void CachingXMLDBFacade.setXpathDao(IXPathXMLDBDao xpathDao)