Class Summary |
Arguments |
Arguments is a Zeus utility class that provides
for converting arguments passed to a class in the -param=value
format into a Hashtable like container. |
BaseSourceGenerator |
This provides basic functionality for classes that need to
implement the SourceGenerator interface. |
CapitalizationUtils |
Capitalization is a Zeus utility class that provides
for converting lowercase letters to uppercase ones, uppercase ones
to lowercase ones, and more generally, converting Java
String s from an unknown format to initial caps (where
only the first letter is capitalized), making a suitable class or
variable name. |
ClassUtils |
ClassUtils is a Zeus utility class that provides
methods that deal with the various classes and types that
may be used in data binding. |
DTDSourceGenerator |
This is a standalone "utility" class. |
DTDUtils |
DTDUtils provides utility methods specific to DTDs
and code dealing with DTDs. |
NamingUtils |
NamingUtils is a Zeus utility class that provides methods
which deal with the naming issues involved in data binding. |
SchemaUtils |
SchemaUtils provides utility methods specific to XML Schema
and code dealing with schemas. |
XMLName |
XMLName is a small (private) utility class to hold the
pair of strings used to identify a binding to ignore. |
XSDSourceGenerator |
This is a standalone "utility" class. |