Uses of Package
com.ricebridge.xmlman

Packages that use com.ricebridge.xmlman
com.ricebridge.xmlman   
com.ricebridge.xmlman.in   
com.ricebridge.xmlman.in.test   
com.ricebridge.xmlman.test   
 

Classes in com.ricebridge.xmlman used by com.ricebridge.xmlman
BadRecord
          Describes a bad data record that failed for some reason.
BadRecordListener
          Implement this interface by extending BadRecordListenerSupport to receive a BadRecord object for each failed data record.
BadRecordListenerSupport
          Helper class for implementing the BadRecordListener interface.
CollectingBadRecordListener
          Helper class that enables the functionality of the getBadRecords method.
RecordListener
          Implement this interface by extending RecordListenerSupport to receive each data record as it is loaded.
RecordListenerSupport
          Helper class for implementing the RecordListener interface.
RecordProvider
          Implement this interface by extending RecordProviderSupport to provide each data record for saving.
RecordProviderSupport
          Helper class for implementing the RecordProvider interface.
RecordSpec
          Specify the XPath expressions to pull record data out of your XML document.
Stats
          Access statistics about the current load or save operation.
XmlSpec
          Stores settings for reading and writing XML files.
 

Classes in com.ricebridge.xmlman used by com.ricebridge.xmlman.in
BadRecordListener
          Implement this interface by extending BadRecordListenerSupport to receive a BadRecord object for each failed data record.
BeanRecordListener
          Implementation of RecordListener that stores data records as a List of Java Beans.
BeanRecordProvider
          Simple implementation of RecordProvider that provides data records for saving a List of Java Beans.
RecordListener
          Implement this interface by extending RecordListenerSupport to receive each data record as it is loaded.
RecordProvider
          Implement this interface by extending RecordProviderSupport to provide each data record for saving.
RecordSpec
          Specify the XPath expressions to pull record data out of your XML document.
ResultSetRecordListener
          Implementation of RecordListener that stores data records as a ResultSet.
ResultSetRecordProvider
          An implementation of RecordProvider that provides data records for saving from a ResultSet object.
Stats
          Access statistics about the current load or save operation.
StringArrayRecordListener
          Implementation of RecordListener that stores data records as a List of String[] arrays.
StringArrayRecordProvider
          Simple implementation of RecordProvider that provides data records for saving from a List of String[] arrays.
StringListRecordListener
          Implementation of RecordListener that stores data records as a List of Lists ofStrings.
StringListRecordProvider
          Implementation of RecordProvider that provides data records for saving from a List of Lists of Strings.
TableModelRecordListener
          Implementation of RecordListener that stores data records as a TableModel.
TableModelRecordProvider
          An implementation of RecordProvider that provides data records for saving from a TableModel object.
XmlSpec
          Stores settings for reading and writing XML files.
 

Classes in com.ricebridge.xmlman used by com.ricebridge.xmlman.in.test
RecordSpec
          Specify the XPath expressions to pull record data out of your XML document.
XmlSpec
          Stores settings for reading and writing XML files.
 

Classes in com.ricebridge.xmlman used by com.ricebridge.xmlman.test
BadRecord
          Describes a bad data record that failed for some reason.
BadRecordListener
          Implement this interface by extending BadRecordListenerSupport to receive a BadRecord object for each failed data record.
BadRecordListenerSupport
          Helper class for implementing the BadRecordListener interface.
BeanRecordListener
          Implementation of RecordListener that stores data records as a List of Java Beans.
CollectingBadRecordListener
          Helper class that enables the functionality of the getBadRecords method.
RecordListener
          Implement this interface by extending RecordListenerSupport to receive each data record as it is loaded.
RecordListenerSupport
          Helper class for implementing the RecordListener interface.
RecordProvider
          Implement this interface by extending RecordProviderSupport to provide each data record for saving.
RecordProviderSupport
          Helper class for implementing the RecordProvider interface.
RecordSpec
          Specify the XPath expressions to pull record data out of your XML document.
ResultSetRecordListener
          Implementation of RecordListener that stores data records as a ResultSet.
StringArrayRecordListener
          Implementation of RecordListener that stores data records as a List of String[] arrays.
StringArrayRecordProvider
          Simple implementation of RecordProvider that provides data records for saving from a List of String[] arrays.
StringListRecordListener
          Implementation of RecordListener that stores data records as a List of Lists ofStrings.
StringListRecordProvider
          Implementation of RecordProvider that provides data records for saving from a List of Lists of Strings.
TableModelRecordListener
          Implementation of RecordListener that stores data records as a TableModel.
XmlManager
          This is the main class for loading XML files.
XmlSpec
          Stores settings for reading and writing XML files.
 



Copyright © 2004-2005 Ricebridge