Uses of Interface
ch.sahits.codegen.input.IXMLSerializerFactory

Packages that use IXMLSerializerFactory
ch.sahits.codegen.input   
ch.sahits.codegen.java.input   
ch.sahits.codegen.java.wizards   
ch.sahits.codegen.ui.input   
ch.sahits.codegen.ui.wizards   
 

Uses of IXMLSerializerFactory in ch.sahits.codegen.input
 

Classes in ch.sahits.codegen.input that implement IXMLSerializerFactory
 class GeneralHeadlessXMLSerializerFactory
          This class provides a headless implementation for the XML Serializer.
 

Methods in ch.sahits.codegen.input that return IXMLSerializerFactory
 IXMLSerializerFactory HeadlessXMLSerializerFactoryFactory.getSerializerFactory()
          Retrieve the serializer factory for this plug-in
 

Uses of IXMLSerializerFactory in ch.sahits.codegen.java.input
 

Methods in ch.sahits.codegen.java.input that return IXMLSerializerFactory
 IXMLSerializerFactory HeadlessJavaXMLSerializerFactoryFactory.getSerializerFactory()
          Retrieve the serializer factory for this plug-in
 

Uses of IXMLSerializerFactory in ch.sahits.codegen.java.wizards
 

Classes in ch.sahits.codegen.java.wizards that implement IXMLSerializerFactory
 class XMLHeadlessSerializerFactory
          This is a factory for XML serializers in the headless execution environment
 

Uses of IXMLSerializerFactory in ch.sahits.codegen.ui.input
 

Classes in ch.sahits.codegen.ui.input that implement IXMLSerializerFactory
 class GeneralXMLSerializerFactory
          Serializer factory for the serializer of a general Code generation.
 

Methods in ch.sahits.codegen.ui.input that return IXMLSerializerFactory
 IXMLSerializerFactory JavaXMLSerializerFactory.getSerializerFactory()
          Retrieve the serializer factory for this plug-in
 IXMLSerializerFactory XMLSerializerFactroryFactory.getSerializerFactory()
          Retrieve the serializer factory for this plug-in
 

Uses of IXMLSerializerFactory in ch.sahits.codegen.ui.wizards
 

Classes in ch.sahits.codegen.ui.wizards that implement IXMLSerializerFactory
 class XMLSerializerFactory
          This Serialize factory retrives an instance of a IXMLSerializer.