Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Inconsistency in NodeFactory

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: [XOM-interest] Inconsistency in NodeFactory
  • Date: Thu, 11 Mar 2004 15:44:33 -0500

I've noticed an annoying inconsistency in NodeFactory. On the one hand
we have:

startMakingElement
finishMakingElement

On the other hand, we have

makeDocument
endDocument

I'd like to make these parallel. I'm leaning toward

startMakingDocument
finishMakingDocument

However, if anyone wants to argue in favor of

makeElement
endElement

now is the time to speak up.

--
Elliotte






Archive powered by MHonArc 2.6.24.

Top of Page