org.apache.ws.jaxme.js
Interface IndentedObject

All Known Subinterfaces:
LocalJavaField
All Known Implementing Classes:
ConditionalIndentationJavaSourceObject.LJFImpl, ConditionalIndentationJavaSourceObject.LoopVariable, Parameter, TypedValueImpl

public interface IndentedObject

Interface of an object which is able to write itself into a given IndentationTarget.

using methods of the given IndentationEngine.

Author:
Jochen Wiedmann

Method Summary
 void write(IndentationEngine pEngine, IndentationTarget pTarget)
           
 

Method Detail

write

void write(IndentationEngine pEngine,
           IndentationTarget pTarget)
           throws java.io.IOException
Throws:
java.io.IOException