Uses of Class
com.ricebridge.xmlman.XmlSpec

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

Uses of XmlSpec in com.ricebridge.xmlman
 

Methods in com.ricebridge.xmlman that return XmlSpec
 XmlSpec XmlSpec.copy()
          Create a copy of this XmlSpec instance.
 XmlSpec XmlManager.getXmlSpec()
          Get the current XmlSpec, which specifies the settings for the interpretation and generation of XML.
 

Methods in com.ricebridge.xmlman with parameters of type XmlSpec
 void XmlManager.setXmlSpec(XmlSpec pXmlSpec)
          XmlManager uses XmlSpec to control the interpretation and generation of XML.
protected  void TableModelRecordProvider.setXmlSpecImpl(XmlSpec pXmlSpec)
          Handle property settings for saving TableModels.
protected  void TableModelRecordListener.setXmlSpecImpl(XmlSpec pXmlSpec)
          Handle property settings for loading TableModels.
protected  void ResultSetRecordProvider.setXmlSpecImpl(XmlSpec pXmlSpec)
          Handle property settings for saving ResultSets.
protected  void ResultSetRecordListener.setXmlSpecImpl(XmlSpec pXmlSpec)
          Handle property settings for loading ResultSets.
 void RecordProviderSupport.setXmlSpec(XmlSpec pXmlSpec)
          Helper implementation of RecordProvider.setXmlSpec.
protected  void RecordProviderSupport.setXmlSpecImpl(XmlSpec pXmlSpec)
          Implement this method to receive the current XmlSpec settings.
 void RecordProvider.setXmlSpec(XmlSpec pXmlSpec)
          Set the current XmlSpec settings.
 void RecordListenerSupport.setXmlSpec(XmlSpec pXmlSpec)
          Helper implementation of RecordListener.setXmlSpec.
protected  void RecordListenerSupport.setXmlSpecImpl(XmlSpec pXmlSpec)
          Implement this method to receive the current XmlSpec settings.
 void RecordListener.setXmlSpec(XmlSpec pXmlSpec)
          Set the current XmlSpec settings.
protected  void BeanRecordProvider.setXmlSpecImpl(XmlSpec pXmlSpec)
          Handle property settings for saving Java Beans.
protected  void BeanRecordListener.setXmlSpecImpl(XmlSpec pXmlSpec)
          Handle property settings for loading Java Bean.
 

Constructors in com.ricebridge.xmlman with parameters of type XmlSpec
XmlManager(XmlSpec pXmlSpec)
          Create a new instance of XmlManager using the specified XmlSpec XML format specification.
XmlManager(XmlSpec pXmlSpec, RecordSpec pRecordSpec)
          Create a new instance of XmlManager using the specified XmlSpec XML format and RecordSpec data record specification.
 

Uses of XmlSpec in com.ricebridge.xmlman.in
 

Methods in com.ricebridge.xmlman.in that return XmlSpec
 XmlSpec XmlOutputHandler.getXmlSpec()
          Get the current XmlSpec object to use when saving XML record data.
 XmlSpec XmlInputHandler.getXmlSpec()
          Get the current XmlSpec object to use when loading XML record data.
 

Methods in com.ricebridge.xmlman.in with parameters of type XmlSpec
 XmlOutputHandler XmlOutputHandler.copy(XmlSpec pXmlSpec)
          Copy, using specified XmlSpec.
 void XmlOutputHandler.setXmlSpec(XmlSpec pXmlSpec)
          Set the XmlSpec object to use when saving XML record data.
 XmlInputHandler XmlInputHandler.copy(XmlSpec pXmlSpec)
          Create a copy with new XmlSpec.
 void XmlInputHandler.setXmlSpec(XmlSpec pXmlSpec)
          Set the XmlSpec object to use when loading XML record data.
static String XmlInputHandler.makeEncoding(XmlSpec pXmlSpec)
          Resolve the current encoding using the current XmlSpec.
static ParseResult XmlInputHandler.parse(String pPathString, XmlSpec pXmlSpec, boolean pMustBeLocationPath, boolean pSplitOnDescend)
          Parse an XPath string into a set of TargetPaths.
 DocContext DocContext.copy(XmlSpec pXmlSpec)
          Create a copy, with new XmlSpec.
 

Constructors in com.ricebridge.xmlman.in with parameters of type XmlSpec
DocContext(XmlSpec pXmlSpec)
          Specify XmlSpec.
 

Uses of XmlSpec in com.ricebridge.xmlman.in.test
 

Methods in com.ricebridge.xmlman.in.test with parameters of type XmlSpec
static void TestUtil.testRecords(String pRelativeXmlFilePath, XmlSpec pXmlSpec, ArrayList pRecordSpecList, ArrayList pRecordDataList, junit.framework.TestCase pTestCase)
           
 

Uses of XmlSpec in com.ricebridge.xmlman.test
 

Methods in com.ricebridge.xmlman.test with parameters of type XmlSpec
protected  void CallSequenceTest.SequenceRecordListener.setXmlSpecImpl(XmlSpec pXmlSpec)
           
protected  void CallSequenceTest.SequenceRecordProvider.setXmlSpecImpl(XmlSpec pXmlSpec)
           
protected  void BackgroundTest.DelayedStringArrayRecordListener.setXmlSpecImpl(XmlSpec pXmlSpec)
           
protected  void BackgroundTest.DelayedStringListRecordListener.setXmlSpecImpl(XmlSpec pXmlSpec)
           
protected  void BackgroundTest.DelayedTableModelRecordListener.setXmlSpecImpl(XmlSpec pXmlSpec)
           
protected  void BackgroundTest.DelayedResultSetRecordListener.setXmlSpecImpl(XmlSpec pXmlSpec)
           
protected  void BackgroundTest.DelayedStringArrayRecordProvider.setXmlSpecImpl(XmlSpec pXmlSpec)
           
protected  void BackgroundTest.DelayedStringListRecordProvider.setXmlSpecImpl(XmlSpec pXmlSpec)
           
 

Constructors in com.ricebridge.xmlman.test with parameters of type XmlSpec
BackgroundTest.Delayer(XmlSpec pXmlSpec)
           
 



Copyright © 2004-2005 Ricebridge