Uses of Class
de.ispsoft.jaxme.generator.SourceWriterImpl

Packages that use SourceWriterImpl
de.ispsoft.jaxme.generator   
de.ispsoft.jaxme.generator.beanwriter   
de.ispsoft.jaxme.generator.javaclasswriter   
de.ispsoft.jaxme.generator.parselets   
de.ispsoft.jaxme.generator.visitors   
 

Uses of SourceWriterImpl in de.ispsoft.jaxme.generator
 

Subclasses of SourceWriterImpl in de.ispsoft.jaxme.generator
 class BeanWriter
           A subclass of the JavaSourceGenerator which generates EJB Entity beans with bean managed persistence.
 class ComparatorWriter
          This is a SourceWriter that generates a Comparator for sorting a JaxMe element by its various attributes and/or child elements.
 class DebugWriter
          A SourceWriter that emits a structure tree on System.out.
 class JavaSourceWriter
          This class generates the actual Java sources for the Java/XML binding.
 class JdbcJavaSourceWriter
          This class generates the actual Java sources for the Java/XML binding with JDBC mapping.
 class SampleWriter
          The SampleWriter creates sample instances matching the specified XML schema.
 class XsdSchemaWriter
          Saves the schema into an XML Schema file.
 

Uses of SourceWriterImpl in de.ispsoft.jaxme.generator.beanwriter
 

Fields in de.ispsoft.jaxme.generator.beanwriter declared as SourceWriterImpl
protected static SourceWriterImpl EntityBeanClassWriter.sourceWriter
           
 

Constructors in de.ispsoft.jaxme.generator.beanwriter with parameters of type SourceWriterImpl
SessionBeanClassWriter(SourceWriterImpl pSourceWriter, SchemaComplexElement pElement)
          Creates a new instance of SessionBeanWriter
EntityBeanClassWriter(SourceWriterImpl pSourceWriter, SchemaComplexElement pElement)
          Creates a new instance of EntityBeanWriter
 

Uses of SourceWriterImpl in de.ispsoft.jaxme.generator.javaclasswriter
 

Fields in de.ispsoft.jaxme.generator.javaclasswriter declared as SourceWriterImpl
protected  SourceWriterImpl BasicJavaClassWriter.sourceWriter
           
 

Constructors in de.ispsoft.jaxme.generator.javaclasswriter with parameters of type SourceWriterImpl
JdbcViewClassWriter(SourceWriterImpl pSourceWriter, SchemaComplexElement pElement)
          Creates a new instance of JdbcViewClassWriter
JdbcTableClassWriter(SourceWriterImpl pSourceWriter, SchemaComplexElement pElement)
          Creates a new instance of JdbcJavaClassWriter
BasicJavaClassWriter(SourceWriterImpl pSourceWriter, SchemaComplexElement pElement)
          Creates a new instance of BasicJavaClassWriter
 

Uses of SourceWriterImpl in de.ispsoft.jaxme.generator.parselets
 

Subclasses of SourceWriterImpl in de.ispsoft.jaxme.generator.parselets
 class ParseletWriter
          Generates source code for working with Parselets.
 

Uses of SourceWriterImpl in de.ispsoft.jaxme.generator.visitors
 

Subclasses of SourceWriterImpl in de.ispsoft.jaxme.generator.visitors
 class VisitorWriter
          A SourceWriter for creating visitors.