Re: adding addressing capabilities to the DOM

Also:

Isn't:

NodeList  getElementsByTagName(java.lang.String tagname);

a degenerated form of :

NodeList getNodes(scheme, expression, currentNode)  

Currently  getElementsByTagName resides in Document 
interface.

Rgds.Paul.

----- Original Message ----- 
From: Paul Tchistopolskii <paul@qub.com>
To: <aaron@skonnard.com>; Xml-Dev@Xml. Org <xml-dev@xml.org>
Cc: <www-dom@w3.org>
Sent: Saturday, April 15, 2000 9:37 PM
Subject: Re: adding addressing capabilities to the DOM


> 
> Right. Sorry. I was thinking that  Document interface could better place, 
> because I thought that it may be easier to extend 'Node'  into XSLT 
> 'Context', if NodeList getNodes(scheme, expression, currentNode)  
> is part of Document, but not part of Node.  I'm not sure. Looks complex.
> 
> > If it's added to the Node interface, currentNode is implied.
> 
> Rgds.Paul.
> 
> 

Received on Sunday, 16 April 2000 11:28:19 UTC