|
||||||||||
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.DTDBinder
DTDBinder
implements the
interface and allows generation of Zeus
Binder
s from a DTD.
Binding
Field Summary | |
protected com.wutka.dtd.DTD |
dtd
The DTD being processed |
protected java.util.Hashtable |
elements
The elements by name |
Fields inherited from class org.enhydra.zeus.binder.BaseBinder |
isCollapsingSimpleElements, isIgnoringIDAttributes, source |
Constructor Summary | |
DTDBinder(DTDSource 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 org.enhydra.zeus.binder.BaseBinder |
isCollapsingSimpleElements, isIgnoringIDAttributes, setIsCollapsingSimpleElements, setIsIgnoringIDAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected com.wutka.dtd.DTD dtd
protected java.util.Hashtable elements
Constructor Detail |
public DTDBinder(DTDSource source)
This constructor takes in a
to read an XML Schema from and allow generation of the
DTDSource
s 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 DTD.
getBindings
in class BaseBinder
List
- the resultant
Binding
s 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 |