A B C D E G H I J M N O P R S U W X Z

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.
SchemaUtils - class org.enhydra.zeus.util.SchemaUtils.
SchemaUtils provides utility methods specific to XML Schema and code dealing with schemas.
SchemaUtils() - Constructor for class org.enhydra.zeus.util.SchemaUtils
 
setCharMapping(Character, String) - Static method in class org.enhydra.zeus.util.NamingUtils
Maps the given key to the given value.
setCollapseSimpleElements(boolean) - Method in interface org.enhydra.zeus.Binder
This method allows the developer to specify that all simple XML elements (elements with #PCDATA content) should map to data members on parent member classes rather than their own classes.
setCollapseSimpleElements(boolean) - Method in class org.enhydra.zeus.binder.BaseBinder
This method allows the developer to specify that all simple XML elements (elements with #PCDATA content) should map to data members on parent member classes rather than their own classes.
setCollapseSimpleElements(boolean) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This method allows the developer to specify that all simple XML elements (elements with #PCDATA content) should map to data members on parent member classes rather than their own classes.
setCollapseSimpleElements(boolean) - Method in interface org.enhydra.zeus.util.SourceGenerator
This method allows the developer to specify that all simple XML elements (elements with #PCDATA content) should map to data members on parent member classes rather than their own classes.
setCollectionClass(String) - Method in interface org.enhydra.zeus.Generator
This will set the Collection class to use anytime that a collection of values need to be stored.
setCollectionClass(String) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will set the Collection class to use anytime that a collection of values need to be stored.
setConstraintsInput(File) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This allows for supplying the constraints file to use for source code generation as a File.
setConstraintsInput(File) - Method in interface org.enhydra.zeus.util.SourceGenerator
This allows for supplying the constraints file to use for source code generation as a File.
setConstraintsInput(InputStream) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This allows for supplying the constraints file to use for source code generation as an InputStream.
setConstraintsInput(InputStream) - Method in interface org.enhydra.zeus.util.SourceGenerator
This allows for supplying the constraints file to use for source code generation as an InputStream.
setConstraintsInput(Reader) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This allows for supplying the constraints file to use for source code generation as a FileReader.
setConstraintsInput(Reader) - Method in interface org.enhydra.zeus.util.SourceGenerator
This allows for supplying the constraints file to use for source code generation as a FileReader.
setConstraintsInput(String) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This allows for supplying the constraints file to use for source code generation as a String URI.
setConstraintsInput(String) - Method in interface org.enhydra.zeus.util.SourceGenerator
This allows for supplying the constraints file to use for source code generation as a String URI.
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.
setEntityResolver(EntityResolver) - Method in interface org.enhydra.zeus.Source
This will set an EntityResolver for this Source.
setEntityResolver(EntityResolver) - Method in class org.enhydra.zeus.source.BaseSource
This will set an EntityResolver for this Source.
setEnumeration(Vector) - Method in class org.enhydra.zeus.binding.BaseProperty
This will set a list (enumeration) of allowed values for this Property.
setEnumeration(Vector) - Method in interface org.enhydra.zeus.binding.Property
This will set a list (enumeration) of allowed values for this Property.
setEnumeration(Vector) - Method in class org.enhydra.zeus.binding.ContainerProperty
This will set a list (enumeration) of allowed values for this Property.
setGenerateAsSerializable(boolean) - Method in interface org.enhydra.zeus.Generator
This will allow for setting the generator to generate serializable classes.
setGenerateAsSerializable(boolean) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will allow for setting the generator to generate serializable classes.
setGenerateAsSerializable(boolean) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This will set whether or not to set source code classes as serializable (implementing java.io.Serializable.
setGenerateAsSerializable(boolean) - Method in interface org.enhydra.zeus.util.SourceGenerator
This will set whether or not to set source code classes as serializable (implementing java.io.Serializable.
setIgnoreBinding(String) - Method in interface org.enhydra.zeus.Generator
This allows a binding to be ignored.
setIgnoreBinding(String) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This allows a binding to be ignored.
setImplClass(String, String) - Method in class org.enhydra.zeus.Unmarshaller
For the supplied interface name, this will allow a customized implementation class to be set.
setImplementationPackage(String) - Method in interface org.enhydra.zeus.Generator
Sets the Java package to generate new interfaces within.
setImplementationPackage(String) - Method in class org.enhydra.zeus.generator.SimpleGenerator
Sets the Java package to generate new interfaces within.
setInterfacePackage(String) - Method in interface org.enhydra.zeus.Generator
Sets the Java package to generate new interfaces within.
setInterfacePackage(String) - Method in class org.enhydra.zeus.generator.SimpleGenerator
Sets the Java package to generate new interfaces within.
setInterfacePackage(String) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
Sets the Java package to generate new interfaces within.
setInterfacePackage(String) - Method in interface org.enhydra.zeus.util.SourceGenerator
Sets the Java package to generate new interfaces within.
setIsCollection(boolean) - Method in class org.enhydra.zeus.binding.BaseProperty
This will whether or not this Property is a Collection (in other words, the property represents a collection of values).
setIsCollection(boolean) - Method in interface org.enhydra.zeus.binding.Property
This will whether or not this Property is a Collection (in other words, the property represents a collection of values).
setIsCollection(boolean) - Method in class org.enhydra.zeus.binding.ContainerProperty
This will whether or not this Property is a Collection (in other words, the property represents a collection of values).
setJavaPackage(String) - Method in class org.enhydra.zeus.Unmarshaller
Sets the Java package to unmarshall classes to.
setJavaPackage(String) - Method in interface org.enhydra.zeus.Generator
Sets the Java package to generate new interfaces and implementation within.
setJavaPackage(String) - Method in class org.enhydra.zeus.generator.SimpleGenerator
Sets the Java package to generate new interfaces and implementation within.
setJavaPackage(String) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This will set the package for generating classes within.
setJavaPackage(String) - Method in interface org.enhydra.zeus.util.SourceGenerator
This will set the package for generating classes within.
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.
setModifier(BitSet) - Method in class org.enhydra.zeus.binding.BaseProperty
This will set the modifiers for a property.
setModifier(BitSet) - Method in interface org.enhydra.zeus.binding.Property
This will set the modifier for a property.
setModifier(BitSet) - Method in class org.enhydra.zeus.binding.ContainerProperty
This will set the modifiers for a property.
setNamePrefix(String) - Method in class org.enhydra.zeus.Marshaller
This method allows the developer to set a prefix that will be prepended to the name of every generated interface and class.
setNamePrefix(String) - Method in interface org.enhydra.zeus.Binder
This method allows the developer to set a prefix that will be prepended to the name of every generated interface and class.
setNamePrefix(String) - Method in class org.enhydra.zeus.Unmarshaller
This method allows the developer to set a prefix that will be prepended to the name of every generated interface and class.
setNamePrefix(String) - Method in class org.enhydra.zeus.binder.BaseBinder
This method allows the developer to set a prefix that will be prepended to the name of every generated interface and class.
setNamePrefix(String) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This method allows the developer to set a prefix that will be prepended to the name of every generated interface and class.
setNamePrefix(String) - Method in interface org.enhydra.zeus.util.SourceGenerator
This method allows the developer to set a prefix that will be prepended to the name of every generated interface and class.
setOutputDir(File) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This allows specification of an output directory for the generated classes.
setOutputDir(File) - Method in interface org.enhydra.zeus.util.SourceGenerator
This allows specification of an output directory for the generated classes.
setOutputDir(String) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This allows specification of an output directory for the generated classes.
setOutputDir(String) - Method in interface org.enhydra.zeus.util.SourceGenerator
This allows specification of an output directory for the generated classes.
setOutputDirectory(File) - Method in interface org.enhydra.zeus.Generator
This sets the output directory to output generated classes to.
setOutputDirectory(File) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This sets the output directory to output generated classes to.
setOutputDirectory(String) - Method in interface org.enhydra.zeus.Generator
This sets the output directory to output generated classes to.
setOutputDirectory(String) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This sets the output directory to output generated classes to.
setSchemaNamespaceURI(String) - Method in class org.enhydra.zeus.binder.SchemaBinder
This will set the URI to use for XML Schema.
setSystemID(String) - Method in interface org.enhydra.zeus.Source
This will set the system ID for this Source.
setSystemID(String) - Method in interface org.enhydra.zeus.Result
This will set the system ID for this Result.
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.
setValue(String, String) - Method in class org.enhydra.zeus.util.Arguments
This will take a String as the argument name, and another String as the argument value in.
setValues(String[]) - Method in class org.enhydra.zeus.util.Arguments
This will take a String[] as an array of -argument=value pairs and add to/update the Hashtable containing the arguments.
setXMLName(String) - Method in interface org.enhydra.zeus.Binding
This will set the XML name of the binding.
setXMLName(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the XML name of the binding.
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.
SOURCE_ATTLIST - Static variable in interface org.enhydra.zeus.binding.Property
The source of the property; in this case, an attribute
SOURCE_ELEMENT - Static variable in interface org.enhydra.zeus.binding.Property
The source of the property; in this case, an element
SourceGenerator - interface org.enhydra.zeus.util.SourceGenerator.
This is a standalone "utility" interface.
STORAGE_STATIC - Static variable in interface org.enhydra.zeus.binding.Property
Storage Modifier: static
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.UnmarshalledObject
The system ID of the original XML document
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 E G H I J M N O P R S U W X Z
Copyright © 2001 Enhydra. All Rights Reserved.