|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bindings | |
---|---|
org.ow2.bonita.pvm.internal.xml |
Uses of Bindings in org.ow2.bonita.pvm.internal.xml |
---|
Fields in org.ow2.bonita.pvm.internal.xml declared as Bindings | |
---|---|
protected Bindings |
Parser.bindings
|
Methods in org.ow2.bonita.pvm.internal.xml that return Bindings | |
---|---|
Bindings |
Parser.getBindings()
the handlers for specific element types |
Methods in org.ow2.bonita.pvm.internal.xml with parameters of type Bindings | |
---|---|
void |
Parser.setBindings(Bindings bindings)
set the handlers for specific element types |
Constructors in org.ow2.bonita.pvm.internal.xml with parameters of type Bindings | |
---|---|
Bindings(Bindings other)
to be used when you want to customize the binding behaviour of a Parser . |
|
Parser(Bindings bindings)
creates a new Parser with bindings that can be maintained statically in specialized subclasses of Parser. |
|
Parser(Bindings bindings,
java.util.Map<java.lang.String,Entity> entities)
creates a new Parser with bindings and entities that can be maintained statically in specialized subclasses of Parser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |