Re: [castor-dev] AnyNode is not mutable?

2004-05-05 Thread Keith Visco
Hi Brent, I see no reason why setters can't exist for AnyNode. I guess Arnaud just added them to the constructor for use during unmarshalling since we don't change the value, no additional setters were needed. So it was probably simply that they were not needed at the time, I don't think there

[castor-dev] AnyNode is not mutable?

2004-05-05 Thread Brent Picasso
Title: Message Keith / All   I was investigating the use of AnyNode to represent arbitrary XML data (like "user defined fields" and etc.) as part of my mapping. I noticed that interface for AnyNode is not mutable- there are no setters- especially for the node values.   What are the thought