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