| java.lang.Object org.jibx.binding.generator.HolderBase org.jibx.binding.generator.BindingHolder
BindingHolder | public class BindingHolder extends HolderBase (Code) | | External data for a binding definition. This tracks references to other
bindings, along with the associated namespace information.
|
BindingHolder | public BindingHolder(String uri, int index)(Code) | | Constructor.
Parameters: uri - (null if no-namespace binding) Parameters: index - binding index number |
fixReferences | public void fixReferences()(Code) | | Handle references from this binding to other bindings. This adds
namespace declarations to the root element of the binding for the
namespaces of the referenced bindings.
|
|
|