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