Uses of Interface
org.enhydra.zeus.Source

Packages that use Source
org.enhydra.zeus   
org.enhydra.zeus.binder   
org.enhydra.zeus.source   
 

Uses of Source in org.enhydra.zeus
 

Methods in org.enhydra.zeus with parameters of type Source
 UnmarshalledObject Unmarshaller.unmarshal(Source sourceXML)
           This method is the public entry point for unmarshalling an object from an XML instance document.
 

Uses of Source in org.enhydra.zeus.binder
 

Fields in org.enhydra.zeus.binder declared as Source
protected  Source BaseBinder.source
          The Source to read input from
 

Constructors in org.enhydra.zeus.binder with parameters of type Source
BaseBinder(Source source)
           This constructor takes in a Source to read input from and allow generation of the Bindings from it.
SchemaBinder(Source source)
           This constructor takes in a Source to read an XML Schema from and allow generation of the Bindings from it.
 

Uses of Source in org.enhydra.zeus.source
 

Classes in org.enhydra.zeus.source that implement Source
 class BaseSource
           Source provides an interface for all input means.
 class DTDSource
           Source provides an interface for all input means.
 class StreamDTDSource
           Source provides an interface for all input means.
 class StreamSource
           Source provides an interface for all input means.
 



Copyright © 2001 Enhydra. All Rights Reserved.