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

W

write(String) - Method in interface org.enhydra.zeus.Result
This will write a character stream to the output facility associated with this Result.
write(String) - Method in class org.enhydra.zeus.result.BaseResult
This will write a character stream to the output facility associated with this Result.
write(String) - Method in class org.enhydra.zeus.result.StreamResult
This will write a character stream to the output facility associated with this Result.
writeDefaultErrorHandler(Writer, Container) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will write out the default error handler for use when validation is on, and no ErrorHandler implementation is provided.
writeImplementationConstructor(Writer, String, List) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This writes out the constructor for an implementation class
writeImplementationDeclaration(Writer, String) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This writes out the implementation declaration (the class header).
writeImplementationImportStatements(Writer, List) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will take the supplied list of class names, and add import statements for each of the classes in the list.
writeImplementationMarshalMethods(Writer, Container) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will write out the implementation of the various marshal.
writeImplementationMethods(Writer, Container) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This writes out the properties for an implementation as methods, including accessors, mutators, and collection-style methods if needed.
writeImplementationProperties(Writer, List) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This writes out the properties for an implementation as variables.
writeImplementationPrototypeMethodAndField(Writer, String) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This writes out the prototype field and methods for an implementation class
writeImplementationSAXHandlerMethods(Writer, Container) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will write out methods that implements various SAX handlers for use in unmarshalling.
writeImplementationUnmarshallerProperties(Writer, Container) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will write out properties required for unmarshalling from XML into this Java class.
writeImplementationUnmarshalMethods(Writer, Container) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will write out the implementation of the various unmarshal methods supported by generated classes.
writeInterfaceDeclaration(Writer, Container) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This writes out the interface declaration (the class header).
writeInterfaceImportStatements(Writer, List) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will take the supplied list of class names, and add import statements for each of the classes in the list.
writeInterfaceMarshalMethods(Writer) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will write out the declaration of the various marshal methods supported by generated classes.
writeInterfaceMethods(Writer, List) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This writes out the various method declarations for an interface.
writePackageDeclaration(Writer, String) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This writes out the package declaration for this class, if needed.
writeProperty(Writer, Property) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will take a Property and generate the code for that property as a member variable.
writePropertyMethodDecl(Writer, Property) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will take a Property and generate the code for that property as an accessor/mutator method (definition only).
writePropertyMethodImplementation(Writer, Property) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will take a Property and generate the code for that property as an accessor/mutator method (with implementation).
writeUnmarshallerDeclaration(Writer, Container) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This writes out the unmarshaller declaration (the class header).
writeUnmarshallerImportStatements(Writer, List) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will take the supplied list of class names, and add import statements for each of the classes in the list.
writeUnmarshallerProperties(Writer, Container) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will write out the unmarshaller properties.
writeUnmarshallerUnmarshalMethods(Writer, Container) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will write out the unmarshaller version of the various unmarshal methods supported by generated classes.

A B C D E G H I J M N O P R S T U V W X Z
Copyright © 2002 Enhydra. All Rights Reserved.