[jdom-interest] Important proposal: Element/Document changes

James Duncan Davidson duncan at x180.com
Wed Jul 26 13:48:25 PDT 2000


on 7/25/00 1:27 PM, Jason Hunter at jhunter at collab.net wrote:

> addChildAt() can be done with element.getMixedContent().add(int,
> Object).  List doesn't have a replace() method though.

Yes it does.. :)

    List.add(int, Object);
    List.set(int, Object);

s/replace/set/g and you have it.

.duncan




More information about the jdom-interest mailing list