|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.enhydra.zeus.binder.BaseBinder
|
+--org.enhydra.zeus.binder.SchemaBinder
SchemaBinder implements the
interface and allows generation of Zeus
Binders from an XML Schema.
Binding
| Fields inherited from class org.enhydra.zeus.binder.BaseBinder |
source |
| Constructor Summary | |
SchemaBinder(Source source)
This constructor takes in a
to read an XML Schema from and allow generation of the
s from it. |
|
| Method Summary | |
java.util.List |
getBindings()
This is integral portion of the Binder. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SchemaBinder(Source source)
This constructor takes in a
to read an XML Schema from and allow generation of the
Sources from it.
Binding
source - Source to read input from.| Method Detail |
public java.util.List getBindings()
throws java.io.IOException
This is integral portion of the Binder. It
is responsible for returning a Zeus representation of
the set of constraints that this binding represents,
resulting from the supplied XML Schema.
List - the resultant
Bindings from conversion of
constraints.IOException - when errors in reading
input occur.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||