A B C D G I J N O P R S W

S

SchemaBinder - class org.enhydra.zeus.binder.SchemaBinder.
SchemaBinder implements the Binder interface and allows generation of Zeus Bindings from an XML Schema.
SchemaBinder(Source) - Constructor for class org.enhydra.zeus.binder.SchemaBinder
This constructor takes in a Source to read an XML Schema from and allow generation of the Bindings from it.
setAccessModifier(int) - Method in class org.enhydra.zeus.binding.BaseProperty
This will set the access level modifier for a property.
setAccessModifier(int) - Method in interface org.enhydra.zeus.binding.Property
This will set the access level modifier for a property.
setAccessModifier(int) - Method in class org.enhydra.zeus.binding.ContainerProperty
This will set the access level modifier for a property.
setDefaultValue(Object) - Method in class org.enhydra.zeus.binding.BaseProperty
This will set the default value of the property.
setDefaultValue(Object) - Method in interface org.enhydra.zeus.binding.Property
This will set the default value of the property.
setDefaultValue(Object) - Method in class org.enhydra.zeus.binding.ContainerProperty
This will set the default value of the property.
setJavaType(String) - Method in interface org.enhydra.zeus.Binding
This will set the Java type for this binding.
setJavaType(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the Java type for this binding.
setName(String) - Method in interface org.enhydra.zeus.Binding
This will set the name of the binding.
setName(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the name of the binding.
setSystemID(String) - Method in interface org.enhydra.zeus.Result
This will set the system ID for this Result.
setSystemID(String) - Method in interface org.enhydra.zeus.Source
This will set the system ID for this Source.
setSystemID(String) - Method in class org.enhydra.zeus.result.BaseResult
This will set the system ID for this Result.
setSystemID(String) - Method in class org.enhydra.zeus.source.BaseSource
This will set the system ID for this Source.
SimpleGenerator - class org.enhydra.zeus.generator.SimpleGenerator.
Generator is the portion of Zeus that will convert a set of constraints, visible through a Binding, and output them as generated Java classes (to a File [directory]).
SimpleGenerator() - Constructor for class org.enhydra.zeus.generator.SimpleGenerator
This will construct a new instance of SimpleGenerator.
source - Variable in class org.enhydra.zeus.binder.BaseBinder
The Source to read input from
Source - interface org.enhydra.zeus.Source.
Source provides an interface for all input means.
StreamDTDSource - class org.enhydra.zeus.source.StreamDTDSource.
Source provides an interface for all input means.
StreamDTDSource(InputStream) - Constructor for class org.enhydra.zeus.source.StreamDTDSource
This will take in an InputStream and read XML from that stream when asked, converting the read XML into a Document as needed.
StreamDTDSource(InputStream, String) - Constructor for class org.enhydra.zeus.source.StreamDTDSource
This will take in an InputStream and read XML from that stream when asked, converting the read XML into a Document as needed.
StreamDTDSource(Reader) - Constructor for class org.enhydra.zeus.source.StreamDTDSource
This will take in a Reader and read XML from that stream when asked, converting the read XML into a Document as needed.
StreamDTDSource(Reader, String) - Constructor for class org.enhydra.zeus.source.StreamDTDSource
This will take in a Reader and read XML from that stream when asked, converting the read XML into a Document as needed.
StreamResult - class org.enhydra.zeus.result.StreamResult.
Result provides an interface for all output means.
StreamResult(OutputStream) - Constructor for class org.enhydra.zeus.result.StreamResult
This will take in an OutputStream and output XML to that stream when asked It assumes that no system ID is present; for passing in a system ID, see StreamResult.StreamResult(OutputStream, String).
StreamResult(OutputStream, String) - Constructor for class org.enhydra.zeus.result.StreamResult
This will take in an OutputStream and output XML to that stream when asked.
StreamResult(Writer) - Constructor for class org.enhydra.zeus.result.StreamResult
This will take in a Writer and write XML to that stream when asked.
StreamResult(Writer, String) - Constructor for class org.enhydra.zeus.result.StreamResult
This will take in a Reader and write XML to that stream when asked.
StreamSource - class org.enhydra.zeus.source.StreamSource.
Source provides an interface for all input means.
StreamSource(InputStream) - Constructor for class org.enhydra.zeus.source.StreamSource
This will take in an InputStream and read XML from that stream when asked, converting the read XML into a Document as needed.
StreamSource(InputStream, String) - Constructor for class org.enhydra.zeus.source.StreamSource
This will take in an InputStream and read XML from that stream when asked, converting the read XML into a Document as needed.
StreamSource(Reader) - Constructor for class org.enhydra.zeus.source.StreamSource
This will take in a Reader and read XML from that stream when asked, converting the read XML into a Document as needed.
StreamSource(Reader, String) - Constructor for class org.enhydra.zeus.source.StreamSource
This will take in a Reader and read XML from that stream when asked, converting the read XML into a Document as needed.
systemID - Variable in class org.enhydra.zeus.result.BaseResult
The system ID for this Result
systemID - Variable in class org.enhydra.zeus.source.BaseSource
The system ID for this Source

A B C D G I J N O P R S W
Copyright © 2001 Enhydra. All Rights Reserved.