Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XPath Namespace Nodes rethink

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: "Bradley S. Huffman" <hip AT cs.okstate.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] XPath Namespace Nodes rethink
  • Date: Sun, 23 Jan 2005 13:47:32 -0500

Bradley S. Huffman wrote:


What's the problem with #1? If you offer no public constructors or
setters, and don't allow it to be detached what current code would
need to be reconsidered?

They're a lot of methods that take nodes as arguments throughout the API ranging from ParentNode.insertChild() to XOMTestCase.assertEquals(). I don't really relish going through the whole API looking at each and every one of them to figure out what would happen if an XPathNamespaceNode were passed to it. :-(

--
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