classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [Patch] javax.imageio.metadata merged


From: Michael Koch
Subject: [cp-patches] [Patch] javax.imageio.metadata merged
Date: Mon, 17 Jan 2005 15:35:02 +0100
User-agent: Mutt/1.5.6+20040907i

Hi list,


I merged the attached patch from java-gui-branch. Unfortunately
classpath uses a newer JAXP version that implements DOM level 3.
The one in java-gui-branch implements only DOM level 2. This means
I had to add some new methods to IIOMetadataNode and IIOAttr to make
them compile. The new methods all throw Error("not implemented").
They are only to make this compile. They are not needed currently.


Michael


2005-01-17  Jerry Quinn  <address@hidden>

        * javax/imageio/metadata/IIOMetadataNode.java:
        Implemented.
        * javax/imageio/metadata/IIOAttr.java,
        javax/imageio/metadata/IIONamedNodeMap.java,
        javax/imageio/metadata/IIONodeList.java:
        New files

Attachment: imageio.diff
Description: Text document


reply via email to

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