CVS log for ops/stax/api/jax-qname.jar |
|
Help |
Request diff between arbitrary revisions / Display revisions graphically
Added various api src files to the project. First of all let it be known that the Stax module on codehaus.org has two separate copies of Stax src. One is for JDK < 1.5 and the other is for JDK >= 1.5. The main diff is that the latter has methods that return instances of 1.5 classes javax.xml.namespace.QName and javax.xml.namespace.NamespaceContext. That said, technically we could have gotten away with adding less of the javax.* files than what has been added. However I made a mistake and imported and cleaned up the >= 1.5 version. So, since I had to add some of these API files anyway _and_ it took some time to clean up the Stax code I decided to go ahead. A particularly unfortunate aspect of this is that I had to create javax.xml.namespace.NamespactContext and javax.xml.XMLConstants by hand. I don't feel too bad about this as xmlbeans is already shipping javax.xml.namespace.QName.
| webmaster@ow2.org |
Powered by ViewCVS 0.9.4 |
Back to OW2 Forge