OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: SAX2 Namespace Support

[ Lists Home | Date Index | Thread Index ]
  • From: Stefan Haustein <stefan.haustein@trantor.de>
  • To: David Megginson <david@megginson.com>, "xml-dev@ic.ac.uk" <xml-dev@ic.ac.uk>
  • Date: Sun, 02 Jan 2000 03:13:26 +0100

David Megginson wrote:
>
>   public class NamespaceHandler
>   {
>     public void startElement (String namespaceURI, String localName,
>                               NSAttributeList atts)
>       throws Whatever;

In order to support the "old" AttributeList.getValue (String name),
AttributeList needs to be aware of the element's namespace. If
getElementNamespace () is added to AttributeList, we are not that far
from also adding getElementPrefix () and getElementLocalName () to
AttributeList. With these methods in AttributeList (and some additional
attr-namespace supp methods, the DocumentHandler interface could be

   public void startElement (String prefixedName, AttributeList attrs); 

   (etc.)

...and SAX2 would have full namespace support and also be nearly fully
compatible to SAX1 (Ok, not for implementors of AttributeList, but who
does that except from parser writers?)

Ok, in fact, AttributeList would become a kind of "startElementEvent". I
am not sure if I realy like this suggestion myself, because
AttributeList would be more than the name suggests. But it provides
compability and full namespace support at once without registering two
different handlers...

Best regards,

Stefan


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)






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS