Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Subclassing and check methods

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Subclassing and check methods
  • Date: Fri, 12 Mar 2004 21:32:30 -0500

I've started implementing this and I did find one hitch. The replaceChild and removeChildren methods are no longer guaranteedly atomic because I can't check whether one will succeed without actually calling it as I could with checkRemoveChild and checkInsertChild. So far I don't see an easy way around this.
--

Elliotte Rusty Harold
elharo AT metalab.unc.edu
Effective XML (Addison-Wesley, 2003)
http://www.cafeconleche.org/books/effectivexml
http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA




Archive powered by MHonArc 2.6.24.

Top of Page