Perhaps this class is being provided by a library and the @since only indicates it wasn't part of the JDK until 1.6. If that's the case, then cool.
Craig. On Wed, Feb 3, 2010 at 11:33 AM, Craig Tataryn <[email protected]> wrote: > Was just doing some debugging and came across a class being used in > JAXBDataBinding (in the cxf-tools-wsdlto-databinding-jaxb module) > called javax.xml.stream.util.StreamReaderDelegate, the javadoc [1] > states it's @since is 1.6. Problem is, I'm pretty sure we need the > functionality it provides to properly handle XSDs referenced from the > classpath in certain situations as it has a handy > "getLocation().getSystemId()" method which tells you which jar file an > xsd lives in. > > Craig. > > [1] - > http://java.sun.com/javase/6/docs/api/javax/xml/stream/util/StreamReaderDelegate.html > -- > Craig Tataryn > site: http://www.basementcoders.com/ > podcast:http://feeds.feedburner.com/TheBasementCoders > irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin > twitter: craiger > -- Craig Tataryn site: http://www.basementcoders.com/ podcast:http://feeds.feedburner.com/TheBasementCoders irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin twitter: craiger
