[jdom-interest] Request new method Element.addContent( List mixedContent ).

Steven D. Keens skeens at planetfred.com
Thu Mar 29 07:43:39 PST 2001


How useful would be a method that adds a list of
mixed content to another element rather than just
replacing the mixed content as does setMixedContent( List )?

I suggest one of the methods

	public Element addContent( List mixedContent );
	public Element addMixedContent( List mixedContent );

be added to Element.  I'm willing to implement it
if you think it's needed.

--
Steven Keens                mailto:skeens at planetfred.com
PlanetFred Inc.             http://www.planetfred.com
44 Byward Market, Suite 240, Ottawa, ON, K1N 7A2, Canada



More information about the jdom-interest mailing list