|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindingElement | |
|---|---|
| org.jibx.binding | |
| org.jibx.binding.model | |
| Uses of BindingElement in org.jibx.binding |
|---|
| Methods in org.jibx.binding that return BindingElement | |
|---|---|
BindingElement |
BindingGenerator.generate(ArrayList names,
HashSet abstracts,
HashMap customs,
HashMap beans,
HashMap enums,
ArrayList ignores)
Generate a set of bindings using supplied classpaths and class names. |
static BindingElement |
Utility.validateBinding(String name,
URL url,
InputStream is)
Validate binding definition. |
| Methods in org.jibx.binding with parameters of type BindingElement | |
|---|---|
void |
SchemaGenerator.generate(BindingElement binding)
Process a binding definition for schema generation. |
| Uses of BindingElement in org.jibx.binding.model |
|---|
| Methods in org.jibx.binding.model that return BindingElement | |
|---|---|
BindingElement |
IncludeElement.getBinding()
Get the included binding model. |
BindingElement |
BindingHolder.getBinding()
Get the binding element. |
BindingElement |
TreeContext.getBindingRoot()
Get root element of binding. |
BindingElement |
BindingElement.UnmarshalWrapper.getContainingBinding()
|
BindingElement |
BindingElement.getExistingIncludeBinding(URL url)
Get existing included binding. |
BindingElement |
BindingElement.getIncludeBinding(URL url,
BindingElement root,
ValidationContext vctx)
Get included binding. |
static BindingElement |
BindingElement.readBinding(InputStream is,
String fname,
BindingElement contain,
boolean precomp,
ValidationContext vctx)
Read a binding definition (possibly as an include) to construct binding model. |
static BindingElement |
BindingElement.readBinding(InputStream is,
String fname,
ValidationContext vctx)
Read a binding definition to construct binding model. |
static BindingElement |
BindingElement.validateBinding(String name,
URL path,
InputStream is,
ValidationContext vctx)
Validate a binding definition. |
| Methods in org.jibx.binding.model with parameters of type BindingElement | |
|---|---|
void |
BindingElement.addIncludeBinding(String path,
BindingElement bind)
Add binding accessible to includes. |
void |
ModelVisitor.exit(BindingElement node)
Exit binding element. |
static void |
BindingUtils.getDefinitions(BindingElement binding,
Map types,
Map elems,
Map formats)
Find all mapping definitions representing the equivalent of schema type and element definitions. |
BindingElement |
BindingElement.getIncludeBinding(URL url,
BindingElement root,
ValidationContext vctx)
Get included binding. |
void |
ValidationContext.prevalidate(BindingElement root)
Prevalidate binding model tree. |
static BindingElement |
BindingElement.readBinding(InputStream is,
String fname,
BindingElement contain,
boolean precomp,
ValidationContext vctx)
Read a binding definition (possibly as an include) to construct binding model. |
void |
BindingHolder.setBinding(BindingElement bind)
Set the binding element. |
void |
TreeContext.setBindingRoot(BindingElement root)
Set root element of binding. |
void |
TreeContext.tourTree(BindingElement root,
ModelVisitor visitor)
Tour complete binding model tree. |
void |
ValidationContext.validate(BindingElement root)
Validate binding model tree. |
boolean |
ModelVisitor.visit(BindingElement node)
Visit binding element. |
| Constructors in org.jibx.binding.model with parameters of type BindingElement | |
|---|---|
BindingElement.UnmarshalWrapper(ValidationContext vctx,
BindingElement contain)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||