Ross Bleakney wrote:

I'm using JaxMeJS to create a java file. I would like to have a little
more control over how the various pieces are written to the file.

Currently, this is done by the method "asString" in the various objects. In other words, your desire is quite heavy to achieve.

Of course, this is an error in the design: Output formatting ought to be done by completely different objects. In that case, customizations could be achieved relatively easy by deriving subclasses, or by making the formatting objects more customizable.

In other words: I am -0 to extending the current objects for the sake of a customized output. They already are too large. However, if you'd take the work on you to move the formatting stuff to another package, then I'd vote for you to feel absolutely free in that part.


Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to