|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: SAX2 Namespace Support
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@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@i... the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








