|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.binding.model.BindingUtils
public class BindingUtils
Utility methods to support working with binding definitions.
Constructor Summary | |
---|---|
BindingUtils()
|
Method Summary | |
---|---|
static void |
getDefinitions(BindingElement binding,
java.util.Map types,
java.util.Map elems,
java.util.Map formats)
Find all mapping definitions representing the equivalent of schema type and element definitions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindingUtils()
Method Detail |
---|
public static void getDefinitions(BindingElement binding, java.util.Map types, java.util.Map elems, java.util.Map formats)
binding
- root binding definitiontypes
- map from qualified name to mapping element for global complex type-equivalentelems
- map from qualified name to mapping element for global elementformats
- map from qualified name to format definition for global simple type-equivalent
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |