Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] [ANN] Nux-1.0a5 release

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: Wolfgang Hoschek <whoschek AT lbl.gov>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] [ANN] Nux-1.0a5 release
  • Date: Thu, 28 Oct 2004 12:56:43 -0400

Wolfgang Hoschek wrote:
That's primarily to keep the number of methods in the API to a minimum. The underlying internal code can take InputStream as well (besides other formats). The BuilderPool can only take arguments that can be identified uniquely (for caching to work), so an InputStream won't work for BuilderPool, while it works for BuilderFactory.


I don't see why that's so. Are you caching the built documents so that if someone builds from the same File twice, they'll get back the same Document object without rereading the file?

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




Archive powered by MHonArc 2.6.24.

Top of Page