138139140141142143144145146147148
rowPointers.next(); } while( cnt >= 1 ) { String thePath = this.rowPath + "[" + cnt + "]"; multiValueContext.removePath(thePath); cnt--; } boolean update = false;
125126127128129130131132133134135
131132133134135136137138139140141
127128129130131132133134135136137
l.add(p.asPath()); } Collections.sort(l); for( int i = l.size()-1; i >= 0; i-- ) { multiValueContext.removePath((String)l.get(i)); } boolean update = false; if (values != null) {
137138139140141142143144145146147