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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [Q] How should SAX support Namespaces?

[ Lists Home | Date Index | Thread Index ]
  • From: Lars Marius Garshol <larsga@ifi.uio.no>
  • To: "XML Developers' List" <xml-dev@ic.ac.uk>
  • Date: Wed, 22 Jul 1998 18:13:50 +0200


* David Megginson
|
| 3. Revised org.xml.sax.AttributeList and org.xml.sax.DocumentHandler
|    to include the namespace as a separate (possibly-null) argument:
| 
|    startElement("urn:www.megginson.com", "doc", ...)
|    endElement("urn:www.megginson.com", "doc", ...)

I think this is the way to go, but perhaps it would be better to use 
an object that encapsulates all the information about a namespace and 
then pass that object as the first parameter instead?

Something like this:

  public interface Namespace {
    String getURI();
    String getPrefix();
    String getSchemaURL();
    String toString(); // Convenience alias for getURI()
  }
 
If we require the same Namespace object to be passed for every
occurrence of a construct in that Namespace this is also efficient,
both in terms of parameter construction and namespace comparison.
Implementations will have to map the namespace prefix to an object
anyway, the only difference will be the type of said object.

I also agree with Ron that there should be a namespace declaration
callback. Supporting alternative 1 for backward compatibility seems
difficult to me.

--Lars M.


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/
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)





 

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

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