| CaseJXPathBindingBuilder provides a helper class for the Factory
implemented in
JXPathBindingManager that helps construct the
actual
CaseJXPathBinding out of the configuration in the
provided configElement which looks like:
<wb:case id="widget-id" path="xpath-expression"
direction="load|save" lenient="true|false" >
<wb:field id="sub-widget-id" path="relative-xpath" />
</wb:case>
author: Timothy Larson version: CVS $Id: CaseJXPathBindingBuilder.java 433543 2006-08-22 06:22:54Z crossley $ |