Re: how it works jxpathcontext removeall?

2007-12-31 Thread Matt Benson
--- liumin HU <[EMAIL PROTECTED]> wrote: > hi everyone, > > I use jxpath to manage an ArrayList of bean, the > Context is created like: JXPathContext > context=JXPathContext.newContext(list); > > When I want to delete some objects in the arraylist, > i used context.removeall, but it doesn't wo

how it works jxpathcontext removeall?

2007-12-31 Thread liumin HU
hi everyone, I use jxpath to manage an ArrayList of bean, the Context is created like: JXPathContext context=JXPathContext.newContext(list); When I want to delete some objects in the arraylist, i used context.removeall, but it doesn't work. Before and after call of removeall, the value of cou