classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] StAX "conformance" updates


From: Chris Burdess
Subject: [cp-patches] StAX "conformance" updates
Date: Sun, 4 Sep 2005 10:44:39 +0100

I committed the following patch to make the StAX API classes conform to the Java Web Services Developer Pack 1.5 API. As discussed on this list, I don't know whether this is really the way forward or whether we should conform to JSR 173, but at least it should conform 100% to one or the other.

I'd like to go on record as saying this is one of the worst-designed Java APIs I have seen in a long time. See especially XMLOutputFactory's getInstance methods.

2005-09-04  Chris Burdess  <address@hidden>

        * javax/xml/stream/XMLEventFactory.java,
        javax/xml/stream/XMLEventWriter.java,
        javax/xml/stream/XMLInputFactory.java,
        javax/xml/stream/XMLOutputFactory.java,
        javax/xml/stream/XMLResolver.java,
        javax/xml/stream/XMLStreamConstants.java,
        javax/xml/stream/events/Attribute.java,
        javax/xml/stream/events/EndEntity.java,
        javax/xml/stream/events/EntityDeclaration.java,
        javax/xml/stream/events/EntityReference.java,
        javax/xml/stream/events/StartEntity.java,
        javax/xml/stream/events/XMLEvent.java,
        javax/xml/stream/util/EventReaderDelegate.java:
        StAX API changes to conform to JWSDP 1.5.


--
Chris Burdess

Attachment: patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]