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

S

SCHEMA_NAMESPACE_URI - Static variable in class org.enhydra.zeus.ZeusDefaults
The default (and current) XML Schema namespace URI
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
 
setAllowedValues(List) - Method in class org.enhydra.zeus.transform.ValueEnumeration
This sets the list of allowed values to the supplied List.
setCharMapping(Character, String) - Static method in class org.enhydra.zeus.util.NamingUtils
Maps the given key to the given value.
setCollapseSimpleElements(boolean) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This sets whether or not to collapse simple elements.
setCollapseSimpleElements(boolean) - Method in interface org.enhydra.zeus.util.SourceGenerator
This sets whether or not to collapse simple elements.
setCollapseSimpleElements(boolean, boolean) - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This sets whether or not to collapse simple elements.
setCollapseSimpleElements(boolean, boolean) - Method in interface org.enhydra.zeus.util.SourceGenerator
This sets whether or not to collapse simple elements.
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.
setDefaultCollectionType(int) - Method in class org.enhydra.zeus.transform.TransformerOptions
This allows setting of the default collection type for transformations, through constants defined in this class.
setDefaultCollectionType(String) - Method in class org.enhydra.zeus.transform.TransformerOptions
This allows setting of the default collection type for transformations, through supplying a String class name, such as java.util.List.
setDefaultPackage(String) - Method in class org.enhydra.zeus.transform.TransformerOptions
This sets the default and global package for all generated classes, unless a specific package for interfaces and/or implementations is supplied, which then overrides this setting.
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.
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.
setIgnoreBinding(String, String) - Method in interface org.enhydra.zeus.Generator
This allows a binding to be ignored.
setIgnoreBinding(String, 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 class org.enhydra.zeus.transform.TransformerOptions
This sets the default and global interface package for generated classes.
setInterfacePackage(String) - Method in class org.enhydra.zeus.transform.TransformerOptions
This sets the default and global interface package for generated classes.
setIsCollapsingSimpleElements(boolean) - Method in interface org.enhydra.zeus.Binder
This sets whether or not to "collapse" simple elements.
setIsCollapsingSimpleElements(boolean) - Method in class org.enhydra.zeus.binder.BaseBinder
This sets whether or not to "collapse" simple elements.
setIsCollection(boolean) - Method in class org.enhydra.zeus.binding.BaseProperty
This will determine 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 set whether or not this Property is a Collection (in other words, the property represents a collection of values).
setIsIgnoringIDAttributes(boolean) - Method in interface org.enhydra.zeus.Binder
This indicates if the id attribute on elements handled by this Binder should be ignored in determine if an element is collapsible.
setIsIgnoringIDAttributes(boolean) - Method in class org.enhydra.zeus.binder.BaseBinder
This indicates if the id attribute on elements handled by this Binder should be ignored in determine if an element is collapsible.
setIsJavaSerializable(boolean) - Method in interface org.enhydra.zeus.Binding
This will set whether this binding should be a Java-serializable class.
setIsJavaSerializable(boolean) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set whether this binding should be a Java-serializable class.
setIsXMLRootElement(boolean) - Method in interface org.enhydra.zeus.Binding
This sets whether this binding represents an XML element that is the root element of the document.
setIsXMLRootElement(boolean) - Method in class org.enhydra.zeus.binding.BaseBinding
This sets whether this binding represents an XML element that is the root element of the document.
setJavaCollectionClass(String) - Method in interface org.enhydra.zeus.Binding
This will set the Java collection class to use for this binding, if it is a collection.
setJavaCollectionClass(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the Java collection class to use for this binding, if it is a collection.
setJavaImplementationPackage(String) - Method in interface org.enhydra.zeus.Binding
This will set the Java package for this class's implementation.
setJavaImplementationPackage(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the Java package for this class's implementation.
setJavaInterfacePackage(String) - Method in interface org.enhydra.zeus.Binding
This will set the Java package for this class's interface.
setJavaInterfacePackage(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the Java package for this class's interface.
setJavaName(String) - Method in interface org.enhydra.zeus.Binding
The will set the name of the Java variable associated with this binding.
setJavaName(String) - Method in class org.enhydra.zeus.binding.BaseBinding
The will set the name of the Java variable associated with this binding.
setJavaPackage(String) - Method in class org.enhydra.zeus.Unmarshaller
Sets the Java package to unmarshall classes to.
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.
setJavaVariableName(String) - Method in interface org.enhydra.zeus.Binding
This will set the Java name that can be used for a variable name in generated code.
setJavaVariableName(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the Java name that can be used for a variable name in generated code.
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.
setName(String) - Method in class org.enhydra.zeus.transform.TypeConversion
This will set the name of this TypeConversion.
setName(String) - Method in class org.enhydra.zeus.transform.ValueEnumeration
This will set the name of this ValueEnumeration.
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 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.
setNamespaceURI(String) - Method in class org.enhydra.zeus.util.XMLName
This sets the URI for this item.
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.
setParseMethod(String) - Method in class org.enhydra.zeus.transform.TypeConversion
This sets the name of the method to use for conversion from a character-based piece of XML data into the Java type for this TypeConversion.
setPrintMethod(String) - Method in class org.enhydra.zeus.transform.TypeConversion
This sets the name of the method to use for printing data in the format in this TypeConversion.
setProperties(List) - Method in interface org.enhydra.zeus.binding.Container
This does a wholesale replacement of this binding's current properties, removing all current ones and replacing with the supplied List of new properties.
setProperties(List) - Method in class org.enhydra.zeus.binding.ContainerProperty
This does a wholesale replacement of this binding's current properties, removing all current ones and replacing with the supplied List of new properties.
setProperties(List) - Method in class org.enhydra.zeus.binding.BaseContainer
This does a wholesale replacement of this binding's current properties, removing all current ones and replacing with the supplied List of new properties.
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.
setTransformerOptions(TransformerOptions) - Method in interface org.enhydra.zeus.Transformer
This allows setting of the TransformerOptions for this transformer.
setTransformerOptions(TransformerOptions) - Method in class org.enhydra.zeus.transform.BaseTransformer
This allows setting of the TransformerOptions for this transformer.
setType(String) - Method in class org.enhydra.zeus.transform.TypeConversion
This will set the Java type for data using this Conversion.
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.
setXMLName(String) - Method in class org.enhydra.zeus.util.XMLName
This sets the XML name for this item.
setXMLNamespaceURI(String) - Method in interface org.enhydra.zeus.Binding
The will set the XML namespace URI associated with the XML name of this binding.
setXMLNamespaceURI(String) - Method in class org.enhydra.zeus.binding.BaseBinding
The will set the XML namespace URI associated with the XML name of this binding.
setXMLParentType(String) - Method in interface org.enhydra.zeus.Binding
This will set the XML local name associated with the XML type of this binding's XML parent.
setXMLParentType(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the XML local name associated with the XML type of this binding's XML parent.
setXMLParentTypeNamespaceURI(String) - Method in interface org.enhydra.zeus.Binding
This will set the XML namespace URI associated with the XML type of this binding's XML parent.
setXMLParentTypeNamespaceURI(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the XML namespace URI associated with the XML type of this binding's XML parent.
setXMLType(String) - Method in interface org.enhydra.zeus.Binding
This will set the XML local name associated with the XML type of this binding.
setXMLType(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the XML local name associated with the XML type of this binding.
setXMLTypeNamespaceURI(String) - Method in interface org.enhydra.zeus.Binding
This will set the XML namespace URI associated with the XML type of this binding.
setXMLTypeNamespaceURI(String) - Method in class org.enhydra.zeus.binding.BaseBinding
This will set the XML namespace URI associated with the XML type of this 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.
SimpleTransformer - class org.enhydra.zeus.transform.SimpleTransformer.
SimpleTransformer is a basic implementation of a Zeus Transformer.
SimpleTransformer(Source) - Constructor for class org.enhydra.zeus.transform.SimpleTransformer
This constructor takes in a Source to read mapping information from and allow generation of the transformation mappings from it.
source - Variable in class org.enhydra.zeus.binder.BaseBinder
The Source to read input from
source - Variable in class org.enhydra.zeus.transform.BaseTransformer
The Source to read mapping information 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 T U V W X Z
Copyright © 2001 Enhydra. All Rights Reserved.