[
Lists Home |
Date Index |
Thread Index
]
- From: "Bill la Forge" <b.laforge@jxml.com>
- To: "David Megginson" <david@megginson.com>, "XML Developers' List" <xml-dev@ic.ac.uk>
- Date: Mon, 8 Mar 1999 08:30:36 -0500
From: David Megginson <david@megginson.com>
> public abstract void set (String infoID, Object prop)
> throws SAXNotSupportedException;
>
> public abstract Object get (String infoID)
> throws SAXNotSupportedException;
David,
OK, this is more like it!
You have now defined an interface which is broad enough to fit all
of MDSAX under.
Remember that filters also implement the parser interface.
And so do DOMWalkers.
Bill
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 (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe 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)
|