getDefinitions
public 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. The passed-in
maps should initially be empty, and will be populated on return.
- Parameters:
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