org.apache.ws.jaxme.js

Interface IndentedObject

public interface IndentedObject

Interface of an object which is able to write itself into a given {@link org.apache.ws.jaxme.js.IndentationTarget}.

using methods of the given {@link org.apache.ws.jaxme.js.IndentationEngine}.

Author: Jochen Wiedmann

Method Summary
voidwrite(IndentationEngine pEngine, IndentationTarget pTarget)

Method Detail

write

public void write(IndentationEngine pEngine, IndentationTarget pTarget)