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