|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Source | |
org.enhydra.zeus.binder | |
org.enhydra.zeus.source |
Uses of Source in org.enhydra.zeus.binder |
Fields in org.enhydra.zeus.binder declared as Source | |
protected Source |
BaseBinder.source
The to read input from |
Constructors in org.enhydra.zeus.binder with parameters of type Source | |
BaseBinder(Source source)
This constructor takes in a
to read input from and allow generation of the
s from it. |
|
SchemaBinder(Source source)
This constructor takes in a
to read an XML Schema from and allow generation of the
s from it. |
Uses of Source in org.enhydra.zeus.source |
Classes in org.enhydra.zeus.source that implement Source | |
class |
BaseSource
provides an interface for all input
means. |
class |
DTDSource
provides an interface for all input
means. |
class |
StreamDTDSource
provides an interface for all input
means. |
class |
StreamSource
provides an interface for all input
means. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |