Package | Description |
---|---|
org.jibx.binding | |
org.jibx.binding.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaGenerator.generate(BindingElement binding)
Process a binding definition for schema generation.
|
Modifier and Type | Method and Description |
---|---|
BindingElement |
BindingHolder.getBinding()
Get the binding element.
|
BindingElement |
IncludeElement.getBinding()
Get the included binding model.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
UnmarshalWrapper(ValidationContext vctx,
BindingElement contain) |
Copyright © 2005–2020 jibx.org. All rights reserved.