[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@docuverse.com>
- To: "'David Orchard'" <orchard@pacificspirit.com>,"'xml-dev'" <xml-dev@ic.ac.uk>
- Date: Thu, 16 Dec 1999 15:26:55 -0800
Actually, I would have preferred to have a small set of
query mechanism independent API in the DOM API.
Here is a string-based version:
interface DocumentQuery {
NodeIterator getQueryResult(String query);
}
where query is prefixed with query type information such
as "xpath:" or "xsql:". API for plugging in new query
engine is needed to support new query types.
Best,
Don Park - mailto:donpark@docuverse.com
Docuverse - http://www.docuverse.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|