|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.generator.ConfigurableImpl de.ispsoft.jaxme.generator.SourceWriterImpl de.ispsoft.jaxme.generator.DebugWriter
A SourceWriter that emits a structure tree on System.out. Useful for debugging only.
Field Summary |
Fields inherited from class de.ispsoft.jaxme.generator.SourceWriterImpl |
directory, generator, javaPackage |
Constructor Summary | |
DebugWriter()
Creates new DebugWriter |
Method Summary | |
void |
setOutputWriter(java.io.Writer w)
Sets the OutputWriter. |
void |
write(SchemaElement pElement)
Called for writing a single schema element. |
protected void |
write(SchemaElement pElement,
int indent)
Actually writing a single schema element. |
Methods inherited from class de.ispsoft.jaxme.generator.SourceWriterImpl |
getDirectory, getGenerator, getJavaPackage, getOption, getSchemaDate, newJavaSource, setDirectory, setGenerator, setJavaPackage, setSchemaDate, write, writeFile, writeJavaSourceFile |
Methods inherited from class de.ispsoft.jaxme.generator.ConfigurableImpl |
getOption, getOptions, getOptionValue, setOption |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.ispsoft.jaxme.generator.Configurable |
getOption, getOptions, getOptionValue, setOption |
Constructor Detail |
public DebugWriter()
Method Detail |
protected void write(SchemaElement pElement, int indent) throws java.lang.Exception
Actually writing a single schema element.
java.lang.Exception
public void write(SchemaElement pElement) throws java.lang.Exception
Called for writing a single schema element.
write
in interface SourceWriter
write
in class SourceWriterImpl
java.lang.Exception
public void setOutputWriter(java.io.Writer w)
Sets the OutputWriter.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |