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  <[EMAIL PROTECTED]>

        * 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

_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to