On 12/13/06, James M Snell <[EMAIL PROTECTED]> wrote:
There is already an Element.discard() that does this.

e.g.,

  Entry entry = feed.getEntries().get(0);
  entry.discard();

In retrospect, discard makes perfect sense given the underlying Axiom
interfaces, but it sure didn't occur to me to search for it when I was
trying to figure out how to do it.

-garrett

Reply via email to