[
Lists Home |
Date Index |
Thread Index
]
- From: Ray Waldin <rwaldin@pacbell.net>
- Date: Sun, 19 Dec 1999 02:51:48 -0800
James Clark wrote:
> Here's an alternative proposal:
My comments:
1) Nice!
2) Please add the prefix param to endNamespaceDecl(). This makes application
management of prefix stacks somewhat simpler.
3) Since the localName param and getLocalName methods play different roles for
different NamespaceProcessingLevels, you may want to rename them using the more
generic name "name", as in:
DocumentHandler.startElement(String namespaceURI, String name, AttributeList
attList);
and
AttributeList.getName(int i);
-Ray
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)
|