Next Round
david at megginson.com
david at megginson.com
Thu Jan 21 11:49:40 GMT 1999
Tyler Baker writes:
> First, we will need to define a new type, namely Name.
>
> public interface Name {
> String getPrefix();
> String getLocalName();
> String getQualifiedName();
> String getNamespace();
> String getExpandedName();
> Name clone();
> }
[...]
I proposed something like this early on as well, but have since backed
away from it. I like to keep SAX very dumb and low level, so that
other APIs (like SAXON or MDSAX) can build on top of it with little
constraint.
All the best,
David
--
David Megginson david at megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list