Simon Laws wrote:
On Thu, Jun 19, 2008 at 5:54 PM, Raymond Feng <[EMAIL PROTECTED]> wrote:
2) What about this?
SCANode2 node = SCANode2Factory.newInstance().discoverSCANode(String
pathToTheCompositeFile);
or
SCANode2 node = SCANode2Factory.newInstance().findSCANode(String
pathToTheCompositeFile);
Logically I would prefer
SCANode2 node = SCANode2Factory.newInstance().createSCANode(composite QName,
contribution location );
Any of these 3 proposals solutions look more usable than the current
method to me.
--
Thanks, Dan Becker